Skip to content

Commit

Permalink
condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 7ee1488 commit 56c47da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- run: |
git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
if: ${{ $NO_OF_FILES_CHANGED_IN_ROOT > 0 }}
if: ${{ env.NO_OF_FILES_CHANGED_IN_ROOT > 0 }}

0 comments on commit 56c47da

Please sign in to comment.