mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
ci(changelog): fix issue with branch and update to v3
This commit is contained in:
3
.github/workflows/changelog.yml
vendored
3
.github/workflows/changelog.yml
vendored
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user