We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9630f commit 38e0c8bCopy full SHA for 38e0c8b
dist/cleanup/index.js
@@ -1006,7 +1006,7 @@ function run() {
1006
yield gpg.deleteKey(keyFingerprint);
1007
}
1008
catch (error) {
1009
- core.setFailed(error.message);
+ core.setFailed('failed to remove private key');
1010
1011
1012
});
src/cleanup-java.ts
@@ -11,7 +11,7 @@ async function run() {
11
);
12
await gpg.deleteKey(keyFingerprint);
13
} catch (error) {
14
15
16
17
0 commit comments