Skip to content

Commit 8d91497

Browse files
committed
attempt push
1 parent 3f625cc commit 8d91497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/black.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
git config --global user.name 'sentry-bot'
2525
git config --global user.email '[email protected]'
2626
git commit -am "fix: Formatting"
27-
git push
27+
git pull -X theirs --rebase origin HEAD:${{ github.event.pull_request.head.ref }}
28+
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)