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 09eca36 commit 943626aCopy full SHA for 943626a
.github/workflows/basic-qa.yml
@@ -84,5 +84,5 @@ jobs:
84
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
85
- name: Fail the build when more spelling issues were found than expected
86
# yamllint disable-line rule:line-length
87
- if: ${{ always() && steps.spellcheck.outputs.number_of_issues != 4 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
+ if: ${{ always() && steps.spellcheck.outputs.number_of_issues != '4' && steps.spellcheck.outputs.number_of_files_with_issues != '3' }}
88
run: exit 1
0 commit comments