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: