fix: workflow fixes
This commit is contained in:
parent
fbd1f6334a
commit
1191f74bfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-repo-pr.yml
vendored
2
.github/workflows/sync-repo-pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue