mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 22:49:45 +11:00
update lib
This commit is contained in:
parent
80f4918ea8
commit
a0bbba521b
2 changed files with 4 additions and 1 deletions
|
|
@ -144,6 +144,9 @@ const run = async () => {
|
|||
if (err instanceof Error) {
|
||||
core.setFailed(err.message);
|
||||
}
|
||||
else {
|
||||
core.setFailed('unknown failure');
|
||||
}
|
||||
}
|
||||
};
|
||||
// Don't auto-execute in the test environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue