Skip to content

Commit 56c47da

Browse files
committed
condition fix
1 parent 7ee1488 commit 56c47da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archive-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
3232
- run: |
3333
git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
34-
if: ${{ $NO_OF_FILES_CHANGED_IN_ROOT > 0 }}
34+
if: ${{ env.NO_OF_FILES_CHANGED_IN_ROOT > 0 }}
3535

0 commit comments

Comments
 (0)