From 01b835eb8a0b8d957ef02e23b48f031e6e8cff52 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Fri, 17 Jan 2020 19:33:30 -0800 Subject: [PATCH] Use create-pull-request v2 --- .github/workflows/pkg-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}"