We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4849d commit e55c86fCopy full SHA for e55c86f
1 file changed
.github/workflows/update-screenshots.yml
@@ -49,6 +49,6 @@ jobs:
49
run: |
50
git config --global user.name "${{ env.AUTHOR_NAME }}"
51
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
52
- git add visual/__screenshots__/.
+ git add test/visual/__screenshots__/.
53
git diff-index --quiet HEAD || git commit -m "${{ env.COMMIT_MESSAGE }}"
54
git push --set-upstream origin ${{ github.head_ref }}
0 commit comments