Skip to content

Commit

Permalink
Merge 01b835e into 09bd3d1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 18, 2020
2 parents 09bd3d1 + 01b835e commit 1760471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pkg-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"

0 comments on commit 1760471

Please sign in to comment.