We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d8bfa commit bd8545fCopy full SHA for bd8545f
1 file changed
.github/workflows/template.yml
@@ -43,6 +43,6 @@ jobs:
43
env:
44
GH_TOKEN: ${{ github.token }}
45
- name: Create PR
46
- run: "gh pr create -H template-update -t 'chore: Update from template'"
+ run: "gh pr create --head template-update --title 'chore: Update from template' --body ''"
47
48
0 commit comments