From db1bcdb54fe13908640954b303893b5bc2db3dd8 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 4 Oct 2023 15:07:01 +0530 Subject: [PATCH] fix: sync workflow fixes (#2365) --- .github/workflows/create-sync-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index 6ca840197..ee1ac7c70 100644 --- a/.github/workflows/create-sync-pr.yml +++ b/.github/workflows/create-sync-pr.yml @@ -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