Skip to content

Commit

Permalink
chore: Show which files changes in update-snapshot (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik authored Jan 6, 2025
1 parent fd9b00b commit 4d55eef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
continue-on-error: true
run: |-
git diff --staged -U0 | grep '"path":' | cut -d '"' -f 4 | xargs -rL 2 diff -ruN > /tmp/assets.diff
- name: List diff files
if: steps.create_patch.outputs.patch_created
run: |-
grep ^diff /tmp/assets.diff
- name: Upload assets.diff
if: steps.create_patch.outputs.patch_created
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4d55eef

Please sign in to comment.