Skip to content

Commit

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

- id: number-of-new-files
run: |
number_of_new_files=$(for file in $(bash .ci/github/files_between_commits.sh $GITHUB_REF $GITHUB_SHA);
bash .ci/github/files_between_commits.sh $GITHUB_REF $GITHUB_SHA
number_of_new_files=$(for file in $(bash .ci/github/files_between_commits.sh $GITHUB_REF $GITHUB_SHA)
do
dirname $file;
done | sort | uniq | grep '^\.$' | wc -l)
Expand Down

0 comments on commit 7fa7332

Please sign in to comment.