Skip to content

Commit ba75847

Browse files
committed
fix
1 parent 47d5de2 commit ba75847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-dummy-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
git checkout -b $branch
3131
git commit -a -m "$message"
3232
git push --set-upstream origin $branch
33-
gh pr create --title "[$RELEASE_BRANCH_NAME] $message" \
33+
gh pr create --title "$message" \
3434
--body "$message." \
35-
--base $RELEASE_BRANCH_NAME
35+
--base main

0 commit comments

Comments
 (0)