Skip to content

Commit 4557dd9

Browse files
authored
Update fail_on_error to fail_level in workflows (#134)
1 parent 238b714 commit 4557dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reviewdog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
github_token: ${{ secrets.github_token }}
1414
reporter: github-pr-review
15-
fail_on_error: true
15+
fail_level: any
1616
locale: "US"
1717

1818
shellcheck:
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
github_token: ${{ secrets.github_token }}
4141
reporter: github-pr-review
42-
fail_on_error: true
42+
fail_level: any
4343
yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'

0 commit comments

Comments
 (0)