Skip to content

Commit

Permalink
added override command
Browse files Browse the repository at this point in the history
This way it won't be ignored in silent mode
  • Loading branch information
Bullrich committed Sep 28, 2023
1 parent 7129252 commit 7093fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ export class Bot {
await this.commentsApi.comment(
"### There was a problem running the action.\n\n" +
"❌😵❌\n\n" +
`Please see more at the [logs](${this.actionUrl})`,
`Please find more information in the [logs](${this.actionUrl}).`,
true,
);
throw e;
}
Expand Down

0 comments on commit 7093fac

Please sign in to comment.