Skip to content

Commit

Permalink
include new screenshots when commiting updating screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Nov 19, 2024
1 parent 8fac326 commit 28450a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/record-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
run: |
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git add .
git commit -am "Record updated snapshots" || echo "No changed snapshots"
git push

0 comments on commit 28450a9

Please sign in to comment.