From e2c5d6d857f1ebf424735702a0dd2f9cdc87116f Mon Sep 17 00:00:00 2001 From: Vaggelis Yfantis Date: Tue, 6 Oct 2020 08:36:41 +0200 Subject: [PATCH] Update Changelog action to point to pestphp/docs --- .github/workflows/changelog.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c2f252ae..25c568b0 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -21,8 +21,8 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.CHANGELOG_KEY }} - repository: pestphp/website - path: pestphp-website + repository: pestphp/docs + path: pestphp-docs ref: master - name: Read CHANGELOG.md id: package @@ -45,7 +45,7 @@ jobs: Next section: [Upgrade Guide →](/docs/upgrade-guide) write-mode: overwrite - name: Copy CHANGELOG to website repository - run: cp CHANGELOG.md pestphp-website/changelog.md + run: cp CHANGELOG.md pestphp-docs/changelog.md - name: Create Pull Request uses: peter-evans/create-pull-request@v2 with: @@ -55,4 +55,4 @@ jobs: committer: GitHub Action author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> title: 'Update changelog.md' - path: ./pestphp-website + path: ./pestphp-docs