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