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 937ff07 commit d3dda1fCopy full SHA for d3dda1f
1 file changed
.github/workflows/definitions.yml
@@ -24,7 +24,7 @@ jobs:
24
GIT_COMMITTER_NAME: ${{ vars.GHA_BOT_NAME }}
25
GIT_COMMITTER_EMAIL: ${{ vars.GHA_BOT_EMAIL }}
26
27
- - run: git checkout -b scrape/latest-definitions
+ - run: git checkout -b scrape/latest-definitions && git push -u origin HEAD
28
- run: gh pr create --fill --title "$PR_TITLE"
29
env:
30
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
0 commit comments