mirror of https://github.com/samply/bridgehead.git
test selfdesigned workflow take 1
This commit is contained in:
parent
5ab336092e
commit
be4e8d2de3
|
@ -20,6 +20,6 @@ jobs:
|
|||
git config --local user.name "github_workflow_verbis_auto-pr"
|
||||
git checkout -b test/backport-pilots
|
||||
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."
|
||||
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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue