mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +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
|
run: cp CHANGELOG.md pestphp-docs/changelog.md
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v2
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CHANGELOG_KEY }}
|
token: ${{ secrets.CHANGELOG_KEY }}
|
||||||
commit-message: Update changelog.md
|
commit-message: Update changelog.md
|
||||||
branch: master
|
|
||||||
committer: GitHub Action <noreply@github.com>
|
committer: GitHub Action <noreply@github.com>
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
title: 'Update changelog.md'
|
title: 'Update changelog.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user