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 88f3580 commit 031af0dCopy full SHA for 031af0d
1 file changed
.github/workflows/definitions.yml
@@ -24,8 +24,8 @@ 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 && git push -u origin HEAD
28
- - run: gh pr create --fill --title "$PR_TITLE"
+ - name: git push
+ run: git checkout -b scrape/latest-definitions && git push -fu origin HEAD
29
+ - run: gh pr create --fill -t "Scraped definitions"
30
env:
31
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
- PR_TITLE: "Scraped latest definitions"
0 commit comments