Merge pull request #212 from samply/test/backport-pullrequest

test selfdesigned workflow take 1
This commit is contained in:
Pierre Delpy 2024-08-27 13:30:32 +02:00 committed by GitHub
commit d4671e408a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ jobs:
git config --local user.name "github_workflow_verbis_auto-pr" git config --local user.name "github_workflow_verbis_auto-pr"
git checkout -b test/backport-pilots git checkout -b test/backport-pilots
git push origin 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}