Skip to content

Commit 95f4ae1

Browse files
committed
Include untracked files
1 parent f776201 commit 95f4ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
find ./src/test/pages/__image_snapshots__ -type f -name "*.actual.png" -exec bash -c 'exiftool -overwrite_original -FRSOURCE_CPVRD_V="1" "$1"; mv "$1" "${1/.actual./.}"' shell {} \;
5050
git fetch origin $target_ref
5151
git checkout -B $update_branch_name origin/$target_ref
52-
git commit -am "Update VRT baselines"
52+
git add . && git commit -m "Update VRT baselines"
5353
git push --set-upstream origin $update_branch_name --force
5454
echo "TARGET_REF=$target_ref" >> "$GITHUB_ENV"
5555
echo "UPDATE_BRANCH_NAME=$update_branch_name" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)