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

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

View File

@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Create Pull Request to test/backport-pilots branch - name: Create Pull Request to test/backport-pilots branch
run: gh pr create -B test/backport-pilots -H test/backport-main --title 'Merge test/backport-pilots into test/backport-main' --body 'Created by Github action' run: gh pr create -B test/backport-pilots -H test/backport-main --title 'Merge test/backport-pilots into test/backport-main' --body 'Created by Github action'
env: env: