Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c01cc48d8 | |||
| 08514fdece | |||
| 7451182d38 | |||
| 522c117b7d | |||
| b92719544e | |||
| bbedd8e54f | |||
| ebaf896045 | |||
| 7e684fbad9 | |||
| 2521ec00cc | |||
| ba0f485178 |
Vendored
+4
@@ -28664,6 +28664,10 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user