diff --git a/.github/workflows/merge-upstream.yml b/.github/workflows/merge-upstream.yml index 81b291d1baf..01db2d6b39c 100644 --- a/.github/workflows/merge-upstream.yml +++ b/.github/workflows/merge-upstream.yml @@ -72,13 +72,14 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: upstream-recipes + ref: akirak + + - run: git merge --ff upstream-recipes - name: Create a pull request uses: peter-evans/create-pull-request@v5 with: - base: akirak - branch: upstream-recipes + branch: create-pull-request/recipes token: ${{ secrets.PAT_FOR_PR }} title: 'Merge the upstream recipe commits' labels: automation