diff --git a/.github/workflows/record-snapshots.yml b/.github/workflows/record-snapshots.yml index 72be755663..ea46b219cc 100644 --- a/.github/workflows/record-snapshots.yml +++ b/.github/workflows/record-snapshots.yml @@ -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