From 28450a96cf680e7339efbf07a3907f39decb3643 Mon Sep 17 00:00:00 2001 From: Daniel Frett Date: Tue, 19 Nov 2024 11:33:12 -0700 Subject: [PATCH] include new screenshots when commiting updating screenshots --- .github/workflows/record-snapshots.yml | 1 + 1 file changed, 1 insertion(+) 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