From b5b917dbdfc92478a90a55f2e2c0f86f140465a0 Mon Sep 17 00:00:00 2001 From: Wendy Liga Date: Sat, 1 Aug 2020 19:03:13 +0700 Subject: [PATCH] update to pullrequest v3 and fix typo configuration --- .github/workflows/release.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4be600d..d3738d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 + committer: Wendy's Github Bot + author: Wendy's Github Bot 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) \ No newline at end of file + 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 }}" \ No newline at end of file