Skip to content

Commit bd8545f

Browse files
committed
chore(ci): Set PR's body
1 parent 18d8bfa commit bd8545f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
env:
4444
GH_TOKEN: ${{ github.token }}
4545
- name: Create PR
46-
run: "gh pr create -H template-update -t 'chore: Update from template'"
46+
run: "gh pr create --head template-update --title 'chore: Update from template' --body ''"
4747
env:
4848
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)