From f5eb960527bc0d126e52b870257f88ed47c35103 Mon Sep 17 00:00:00 2001 From: Quentin Michaud <76600167+mh4ckt3mh4ckt1c4s@users.noreply.github.com> Date: Wed, 27 Sep 2023 23:41:50 +0200 Subject: [PATCH] Update updater.yml --- .github/workflows/updater.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 67b65ad..b590aa1 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -35,8 +35,8 @@ jobs: if: ${{ env.PROCEED == 'true' }} run: | git commit -am "Upgrade to v$VERSION" - - name: Create Pull Request - id: cpr + - name: Create Pull Request to testing + id: cpr-testing if: ${{ env.PROCEED == 'true' }} uses: peter-evans/create-pull-request@v4 with: @@ -53,8 +53,8 @@ jobs: Upgrade to v${{ env.VERSION }} [See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}) draft: false - - name: Create Pull Request - id: cpr + - name: Create Pull Request to master + id: cpr-master if: ${{ env.PROCEED == 'true' }} uses: peter-evans/create-pull-request@v4 with: