Skip to content

Commit

Permalink
Automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2021
1 parent e590260 commit 7eea535
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 3,863 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions .eslintrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/checks.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/publish.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/test.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

73 changes: 0 additions & 73 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8350,7 +8350,7 @@ function run() {
const checkNames = checks.data.check_runs
.map((check) => check.name)
.join(", ");
core.setFailed(`Could not find a check with the name: ${checkName}. Possible names are: [${checkNames}]`);
core.setFailed(`Could not find a check with the name: ${checkName}. Possible names: [${checkNames}]`);
return;
}
yield octokit.rest.checks.update({
Expand Down
Loading

0 comments on commit 7eea535

Please sign in to comment.