Skip to content

Commit

Permalink
test selfdesigned workflow take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delpy committed Aug 27, 2024
1 parent 0d5c239 commit 54c85d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54c85d4

Please sign in to comment.