diff --git a/.github/workflows/pkg-update.yml b/.github/workflows/pkg-update.yml index ec062dce..bb9f5ec8 100644 --- a/.github/workflows/pkg-update.yml +++ b/.github/workflows/pkg-update.yml @@ -34,7 +34,7 @@ jobs: # https://github.com/peter-evans/create-pull-request # https://github.com/marketplace/actions/create-pull-request - name: Create Pull Request - uses: peter-evans/create-pull-request@v1 + uses: peter-evans/create-pull-request@v2 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update */Manifest.toml @@ -52,7 +52,6 @@ jobs: # https://doc.mergify.io/actions.html#commit-message-and-squash-method labels: no changelog branch: create-pull-request/pkg-update - branch-suffix: none base: master - name: Check output environment variable run: echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"