fix: workflow fixes

This commit is contained in:
sriram veeraghanta 2024-04-29 16:17:22 +05:30
parent 6072c8b550
commit 7fdaa64b90

View File

@ -81,5 +81,5 @@ jobs:
if: env.HAS_CONFLICTS == 'true' if: env.HAS_CONFLICTS == 'true'
run: | run: |
# Replace 'username' with the actual GitHub username of the reviewer. # Replace 'username' with the actual GitHub username of the reviewer.
PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH --title "sync: merge conflicts need to be resolved" --body "" --reviewer $REVIEWER) PR_URL=$(gh pr create --base $TARGET_BRANCH --head $SOURCE_BRANCH --title "sync: merge conflicts need to be resolved" --body "")
echo "Pull Request created: $PR_URL" echo "Pull Request created: $PR_URL"