forked from github/plane
fix: sync workflow fixes (#2365)
This commit is contained in:
parent
cecdf890de
commit
db1bcdb54f
4
.github/workflows/create-sync-pr.yml
vendored
4
.github/workflows/create-sync-pr.yml
vendored
@ -62,6 +62,6 @@ jobs:
|
||||
gh pr create \
|
||||
--base $TARGET_BRANCH \
|
||||
--head $SOURCE_BRANCH \
|
||||
--title "$PR_TITLE" \
|
||||
--body "$PR_BODY" \
|
||||
--title $PR_TITLE \
|
||||
--body $PR_BODY \
|
||||
--repo $TARGET_REPO
|
||||
|
Loading…
Reference in New Issue
Block a user