Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 7ff8be8 commit c7fb4fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/archive-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:

- id: number-of-changed-files
run: |
echo "NO_OF_FILES_CHANGED_IN_ROOT=$(.ci/github/files_between_commits.sh $GITHUB_REF $GITHUB_SHA | .ci/github/number_of_files_changed_in_root.sh)" >> $GITHUB_ENV
echo "NO_OF_FILES_CHANGED_IN_ROOT=$(.ci/github/files_between_commits.sh $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: echo $GITHUB_BASE_REF
- run: echo $GITHUB_HEAD_REF

# - run: |
# git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
Expand Down

0 comments on commit c7fb4fb

Please sign in to comment.