From 0252db9cddabf1b800cbfdbb6c9adf5e6e18895a Mon Sep 17 00:00:00 2001 From: freearhey Date: Wed, 9 Oct 2019 05:46:48 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 52a45128d..1e0ae7953 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -21,13 +21,16 @@ jobs: - name: "npm run generate" run: npm run generate + + - name: "npm run generate:readme" + run: npm run generate:readme - name: Create Pull Request uses: peter-evans/create-pull-request@v1.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COMMIT_MESSAGE: 'Auto-update playlists' + COMMIT_MESSAGE: 'Auto-update repository' PULL_REQUEST_BRANCH: auto-update/patch - PULL_REQUEST_TITLE: '[Bot] Auto-update playlists' + PULL_REQUEST_TITLE: '[Bot] Auto-update repository' PULL_REQUEST_BODY: > - This pull request is auto-generated. It formats links and updates grouped playlists. + This pull request is auto-generated by auto-update action.