Skip to content

Commit

Permalink
Merge pull request #212 from samply/test/backport-pullrequest
Browse files Browse the repository at this point in the history
test selfdesigned workflow take 1
  • Loading branch information
PierreDelpy authored Aug 27, 2024
2 parents 5ab3360 + be4e8d2 commit d4671e4
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 @@ -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 }}

0 comments on commit d4671e4

Please sign in to comment.