fix: sync workflow fixes (#2365)

This commit is contained in:
sriram veeraghanta 2023-10-04 15:07:01 +05:30 committed by GitHub
parent cecdf890de
commit db1bcdb54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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