From 6671b266da72b4ebe4fed7a3fba05fbdd4214f6c Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 13 Oct 2020 11:12:34 +0100 Subject: [PATCH] ci(changelog): fix issue with branch and update to v3 --- .github/workflows/changelog.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c333e3e5..21ad937a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -53,11 +53,10 @@ jobs: run: cp CHANGELOG.md pestphp-docs/changelog.md - name: Create Pull Request - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.CHANGELOG_KEY }} commit-message: Update changelog.md - branch: master committer: GitHub Action author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> title: 'Update changelog.md'