Skip to content

Commit

Permalink
Updates files in dist directory
Browse files Browse the repository at this point in the history
Results from running `npm run build`
Corrects newlines in dist files
  • Loading branch information
bbranan committed Aug 26, 2021
1 parent 4d1337b commit 6cec6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/cleanup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,7 @@ function run() {
yield gpg.deleteKey(keyFingerprint);
}
catch (error) {
core.setFailed('Failed to remove private key');
core.setFailed(`Failed to remove private key due to: ${error.message}`);
}
}
});
Expand Down

0 comments on commit 6cec6e4

Please sign in to comment.