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 3f625cc commit 8d91497Copy full SHA for 8d91497
.github/workflows/black.yml
@@ -24,4 +24,5 @@ jobs:
24
git config --global user.name 'sentry-bot'
25
git config --global user.email '[email protected]'
26
git commit -am "fix: Formatting"
27
- git push
+ 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