Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
update to pullrequest v3 and fix typo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliga committed Aug 1, 2020
1 parent b28ee51 commit b5b917d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@ jobs:
sed "5s|.*| sha256 \"$mimiq_shasum\"|" Formula/mimiq.rb > Formula/mimiq_temp.rb
mv Formula/mimiq_temp.rb Formula/mimiq.rb
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.BOT_ACCESS_TOKEN }}
commiter: Wendy's Github Bot <[email protected]>
committer: Wendy's Github Bot <[email protected]>
author: Wendy's Github Bot <[email protected]>
commit-message: 'update mimiq formula'
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: 'Update mimiq formula'
branch: mimiq
branch-suffix: timestamp
body: Automated changes created on [mimiq release](https://github.com/wendyliga/mimiq/releases)
reviewers: wendyliga
body: Automated changes created on [mimiq release](https://github.com/wendyliga/mimiq/releases)
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"

0 comments on commit b5b917d

Please sign in to comment.