Skip to content

Commit e55c86f

Browse files
committed
Fix path
1 parent cc4849d commit e55c86f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: |
5050
git config --global user.name "${{ env.AUTHOR_NAME }}"
5151
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
52-
git add visual/__screenshots__/.
52+
git add test/visual/__screenshots__/.
5353
git diff-index --quiet HEAD || git commit -m "${{ env.COMMIT_MESSAGE }}"
5454
git push --set-upstream origin ${{ github.head_ref }}

0 commit comments

Comments
 (0)