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 7ee1488 commit 56c47daCopy full SHA for 56c47da
.github/workflows/archive-validation.yml
@@ -31,5 +31,5 @@ jobs:
31
32
- run: |
33
git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
34
- if: ${{ $NO_OF_FILES_CHANGED_IN_ROOT > 0 }}
+ if: ${{ env.NO_OF_FILES_CHANGED_IN_ROOT > 0 }}
35
0 commit comments