diff --git a/.github/workflows/branch-updater.yml b/.github/workflows/branch-updater.yml index 4b9ae69..4315ef8 100644 --- a/.github/workflows/branch-updater.yml +++ b/.github/workflows/branch-updater.yml @@ -22,7 +22,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base doitandbedone:vlc-support - gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base doitandbedone:feature/workflow-version-tagger + gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base vlc-support + gh pr create --title "Merge from master" --body "Auto merge PR" --head doitandbedone:master --base feature/workflow-version-tagger env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}