diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 4412f622..90d995c2 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -19,7 +19,7 @@ jobs: - name: Create Pull Request to test/backport-pilots branch run: | git config --local user.name "github_workflow_verbis_auto-pr" - git checkout -b test/backport-pilots + git checkout -b test/backport-autopullrequest git push origin test/backport-pilots gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main." env: