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 \
--base $TARGET_BRANCH \
--head $SOURCE_BRANCH \
--title "$PR_TITLE" \
--body "$PR_BODY" \
--title $PR_TITLE \
--body $PR_BODY \
--repo $TARGET_REPO