mirror of
https://github.com/actions/setup-java.git
synced 2025-03-14 10:07:02 +00:00
index
This commit is contained in:
parent
5421cd2422
commit
e269857c60
1 changed files with 448 additions and 448 deletions
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
|
@ -6196,7 +6196,7 @@ function removePrivateKeyFromKeychain() {
|
||||||
yield gpg.deleteKey(keyFingerprint);
|
yield gpg.deleteKey(keyFingerprint);
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
core.setFailed('Failed to remove private key');
|
core.setFailed(`Failed to remove private key due to: ${error.message}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue