From 1191f74bfedb510d1c0ea97647accb9ddd31f0ca Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 16 Oct 2024 20:08:25 +0530 Subject: [PATCH] fix: workflow fixes --- .github/workflows/sync-repo-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-repo-pr.yml b/.github/workflows/sync-repo-pr.yml index 726cbbfc8..37ca77e55 100644 --- a/.github/workflows/sync-repo-pr.yml +++ b/.github/workflows/sync-repo-pr.yml @@ -47,6 +47,6 @@ jobs: echo "Pull Request already exists: $PR_EXISTS" else echo "Creating new pull request" - PR_URL=$(gh pr create --base $TARGET_BRANCH --head $CURRENT_BRANCH --title "sync: community changes" --body "") + PR_URL=$(gh pr create --base $TARGET_BRANCH --head $CURRENT_BRANCH --title "${{ vars.SYNC_PR_TITLE }}" --body "") echo "Pull Request created: $PR_URL" fi