From d2f72f0799df0a37e7f79828bba9e846391b9325 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 10 May 2020 18:09:48 +0900 Subject: [PATCH] Update workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/cpr-example-command.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54952c1..12b5bac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: Close Pull uses: peter-evans/close-pull@v1 with: - pull-request-number: ${{ steps.cpr.outputs.pr_number }} + pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} comment: '[CI] test ${{ matrix.target }}' delete-branch: true diff --git a/.github/workflows/cpr-example-command.yml b/.github/workflows/cpr-example-command.yml index bedb1ac..9f60fd9 100644 --- a/.github/workflows/cpr-example-command.yml +++ b/.github/workflows/cpr-example-command.yml @@ -35,7 +35,7 @@ jobs: - name: Check outputs run: | echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}" - echo "Pull Request Number - ${{ steps.cpr.outputs.pr_number }}" + echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" - name: Add reaction uses: peter-evans/create-or-update-comment@v1 with: