Skip to content

Commit

Permalink
Trying to update Dependabot build to failure
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Aug 28, 2022
1 parent 5b7d149 commit 84f70f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ jobs:
await octokit.rest.checks.update({
...context.repo,
check_run_id: checkRun.id,
conclusion: process.env.CHECK_GIT_STATUS_OUTCOME,
conclusion: 'failure',
});

0 comments on commit 84f70f4

Please sign in to comment.