From 367b1bff74957b669f6c5c023372830458c833e0 Mon Sep 17 00:00:00 2001 From: sriramveeraghanta Date: Wed, 4 Oct 2023 15:05:57 +0530 Subject: [PATCH] fix: sync workflow fixes --- .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 6ca84019700..ee1ac7c7087 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