Update workflows

This commit is contained in:
Peter Evans 2019-11-04 11:01:00 +09:00
parent 98ee7d63d3
commit 3061b7bc6e
2 changed files with 2 additions and 6 deletions

View file

@ -30,4 +30,4 @@ jobs:
PULL_REQUEST_BRANCH: example-patches
BRANCH_SUFFIX: short-commit-hash
- name: Check output environment variable
run: echo "Pull Request Number - $PULL_REQUEST_NUMBER"
run: echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"