Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] a8be0ea72a Automatic compilation 2023-12-19 17:53:37 +00:00
-4
View File
@@ -28664,10 +28664,6 @@ async function uploadSecrets() {
});
}
catch (err) {
if (err instanceof Error) {
error(err.message);
err.stack && (0,core.debug)(err.stack);
}
throw new Error(`Failed to upload secrets.`);
}
finally {