diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b606f1a0..8a84d7f1 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.CHANGELOG_KEY }} repository: pestphp/website path: pestphp-website - - name: Read package.json + - name: Read CHANGELOG.md id: package uses: juliangruber/read-file-action@v1 with: @@ -45,8 +45,8 @@ jobs: uses: peter-evans/create-pull-request@v2 with: token: ${{ secrets.CHANGELOG_KEY }} - commit-message: Update changelog.md - committer: GitHub Action - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> - title: 'Update changelog.md' - path: ./pestphp-website + commit-message: Update changelog.md + committer: GitHub Action + author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> + title: 'Update changelog.md' + path: ./pestphp-website