From 142033dd2510d3386cc8a9a0eb242f41dcfffe10 Mon Sep 17 00:00:00 2001 From: Pierre Delpy Date: Tue, 27 Aug 2024 13:50:47 +0200 Subject: [PATCH] test selfdesigned workflow take 5 --- .github/workflows/auto-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 3386075d..18238e59 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -13,6 +13,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v2 + - 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' env: