We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e19b33 commit 6591a4bCopy full SHA for 6591a4b
.github/workflows/basic-qa.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Fail the build more spelling issues were found than expected
79
# yamllint disable-line rule:line-length
80
- if: ${{ steps.spellcheck.outputs.success == "false" && steps.spellcheck.outputs.number_of_issues != 11 && steps.spellcheck.outputs.number_of_files_with_issues != 5}}
+ if: ${{ steps.spellcheck.outputs.success == false && steps.spellcheck.outputs.number_of_issues != 11 && steps.spellcheck.outputs.number_of_files_with_issues != 5}}
81
run: exit 1
82
83
spellcheck-5:
0 commit comments