Skip to content

Commit 943626a

Browse files
committed
TESTING
1 parent 09eca36 commit 943626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
8585
- name: Fail the build when more spelling issues were found than expected
8686
# 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}}
87+
if: ${{ always() && steps.spellcheck.outputs.number_of_issues != '4' && steps.spellcheck.outputs.number_of_files_with_issues != '3' }}
8888
run: exit 1

0 commit comments

Comments
 (0)