Skip to content

Commit b7481e6

Browse files
fix: create PR workflow syntax error
1 parent dde2713 commit b7481e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
pr_url=$(gh pr create \
7474
--title "chore: Merge release/${{ inputs.version }} into main" \
7575
--body "Open new development line" \
76-
--head ${{ steps.compute-branch.outputs.branch }}
76+
--head ${{ steps.compute-branch.outputs.branch }} \
7777
--base main \
7878
--label internal \
7979
-R ${{ matrix.repo }} \

0 commit comments

Comments
 (0)