mirror of
https://github.com/actions/setup-java.git
synced 2025-05-23 02:51:46 +00:00
index
This commit is contained in:
parent
5421cd2422
commit
e269857c60
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}`);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user