Skip to content

Commit 031af0d

Browse files
committed
force push
1 parent 88f3580 commit 031af0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/definitions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
GIT_COMMITTER_NAME: ${{ vars.GHA_BOT_NAME }}
2525
GIT_COMMITTER_EMAIL: ${{ vars.GHA_BOT_EMAIL }}
2626

27-
- run: git checkout -b scrape/latest-definitions && git push -u origin HEAD
28-
- run: gh pr create --fill --title "$PR_TITLE"
27+
- name: git push
28+
run: git checkout -b scrape/latest-definitions && git push -fu origin HEAD
29+
- run: gh pr create --fill -t "Scraped definitions"
2930
env:
3031
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
31-
PR_TITLE: "Scraped latest definitions"

0 commit comments

Comments
 (0)