Skip to content

Commit

Permalink
attempted to make checksumming reusable part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 15, 2024
1 parent d5bad21 commit 3ae3a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
ls -lsa /tmp/${{ github.sha }}
echo "::endgroup::"
- name: Checksum files
run:
run: |
./scripts/generate-checksums.sh \
--debug \
--directory=/tmp/${{ github.sha }} \
--depth=${{ inputs.depth }} \
--output=${{ inputs.output }} \
Expand Down

0 comments on commit 3ae3a02

Please sign in to comment.