Skip to content

Commit

Permalink
Merge pull request #15 from Staffbase/more-error-handling
Browse files Browse the repository at this point in the history
chore: more error handling
  • Loading branch information
jreimone authored Jul 10, 2023
2 parents fa85ece + eb83f31 commit f352017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reportFailure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function reportFailure() {
} else {
commentFailureBody = "🚨 Failed to trigger a test on TestIO 🚨 Please revise your steps";
}
commentFailureBody += ```\n\nAs response to [test creation trigger](${createCommentUrl}).```;
commentFailureBody = commentFailureBody.concat(`\n\nAs response to [test creation trigger](${createCommentUrl}).`);

const octokit = new Octokit({
auth: process.env.GITHUB_TOKEN
Expand Down

0 comments on commit f352017

Please sign in to comment.