Skip to content

Commit 8437c47

Browse files
committed
Remove --set-upstream
1 parent 86025f2 commit 8437c47

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
@@ -54,4 +54,4 @@ jobs:
5454
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
5555
git add test/visual/__screenshots__/.
5656
git diff-index --quiet HEAD || git commit -m "${{ env.COMMIT_MESSAGE }}"
57-
git push --set-upstream origin ${{ github.head_ref }}
57+
git push

0 commit comments

Comments
 (0)