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 \
|
gh pr create \
|
||||||
--base $TARGET_BRANCH \
|
--base $TARGET_BRANCH \
|
||||||
--head $SOURCE_BRANCH \
|
--head $SOURCE_BRANCH \
|
||||||
--title "$PR_TITLE" \
|
--title $PR_TITLE \
|
||||||
--body "$PR_BODY" \
|
--body $PR_BODY \
|
||||||
--repo $TARGET_REPO
|
--repo $TARGET_REPO
|
||||||
|
Loading…
Reference in New Issue
Block a user