We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f776201 commit 95f4ae1Copy full SHA for 95f4ae1
.github/workflows/cypress.yml
@@ -49,7 +49,7 @@ jobs:
49
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 {} \;
50
git fetch origin $target_ref
51
git checkout -B $update_branch_name origin/$target_ref
52
- git commit -am "Update VRT baselines"
+ git add . && git commit -m "Update VRT baselines"
53
git push --set-upstream origin $update_branch_name --force
54
echo "TARGET_REF=$target_ref" >> "$GITHUB_ENV"
55
echo "UPDATE_BRANCH_NAME=$update_branch_name" >> "$GITHUB_ENV"
0 commit comments