mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
improved cleanup error message
This commit is contained in:
parent
ac9630fb91
commit
38e0c8bd18
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ async function run() {
|
|||
);
|
||||
await gpg.deleteKey(keyFingerprint);
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
core.setFailed('failed to remove private key');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue