Skip to content

Commit 3012ced

Browse files
committed
chore(ci): account for new screenshots in error logging
1 parent 4d18a2a commit 3012ced

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/update-reference-screenshots

1 file changed

+1
-1
lines changed

.github/workflows/actions/update-reference-screenshots/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: |
3535
git config user.name ionitron
3636
git config user.email [email protected]
37-
git add src/\*.png --force
37+
git add src/\*.png --force -N
3838
3939
if git diff --exit-code; then
4040
echo -e "\033[1;31m⚠️ Error: No new screenshots generated ⚠️\033[0m"

0 commit comments

Comments
 (0)