mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-06 07:19:39 +00:00
improved cleanup error message
This commit is contained in:
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
@ -1006,7 +1006,7 @@ function run() {
|
||||
yield gpg.deleteKey(keyFingerprint);
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
core.setFailed('failed to remove private key');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user