Skip to content

Commit

Permalink
Merge fb7397c into 1f2c90b
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 18, 2020
2 parents 1f2c90b + fb7397c commit 15908b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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@v2
uses: peter-evans/create-pull-request@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update */Manifest.toml
Expand All @@ -52,6 +52,7 @@ 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 15908b4

Please sign in to comment.