Update changelog.yml

This commit is contained in:
Vaggelis Yfantis
2020-06-05 17:03:32 +03:00
committed by GitHub
parent 6437db7aa0
commit 6b7aa10e91

View File

@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.CHANGELOG_KEY }} token: ${{ secrets.CHANGELOG_KEY }}
repository: pestphp/website repository: pestphp/website
path: pestphp-website path: pestphp-website
- name: Read package.json - name: Read CHANGELOG.md
id: package id: package
uses: juliangruber/read-file-action@v1 uses: juliangruber/read-file-action@v1
with: with:
@ -45,8 +45,8 @@ jobs:
uses: peter-evans/create-pull-request@v2 uses: peter-evans/create-pull-request@v2
with: with:
token: ${{ secrets.CHANGELOG_KEY }} token: ${{ secrets.CHANGELOG_KEY }}
commit-message: Update changelog.md commit-message: Update changelog.md
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'
path: ./pestphp-website path: ./pestphp-website