ci(changelog): fix issue with branch and update to v3

This commit is contained in:
Owen Voke
2020-10-13 11:12:34 +01:00
parent 3728bd8e0f
commit 6671b266da

View File

@ -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 <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: 'Update changelog.md'