Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 86ce25c commit aab64f8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/archive-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
run: |
echo "NO_OF_FILES_CHANGED_IN_ROOT=$(.ci/github/files_between_commits.sh origin/$GITHUB_BASE_REF $GITHUB_SHA | .ci/github/number_of_files_changed_in_root.sh)" >> $GITHUB_ENV
- run: echo $NO_OF_FILES_CHANGED_IN_ROOT

# - run: |
# git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
# if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}
- run: |
git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}

0 comments on commit aab64f8

Please sign in to comment.