Update auto-update.yml
This commit is contained in:
parent
e487422d6b
commit
0252db9cdd
|
@ -21,13 +21,16 @@ jobs:
|
||||||
|
|
||||||
- name: "npm run generate"
|
- name: "npm run generate"
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
|
|
||||||
|
- name: "npm run generate:readme"
|
||||||
|
run: npm run generate:readme
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v1.5.1
|
uses: peter-evans/create-pull-request@v1.5.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
COMMIT_MESSAGE: 'Auto-update playlists'
|
COMMIT_MESSAGE: 'Auto-update repository'
|
||||||
PULL_REQUEST_BRANCH: auto-update/patch
|
PULL_REQUEST_BRANCH: auto-update/patch
|
||||||
PULL_REQUEST_TITLE: '[Bot] Auto-update playlists'
|
PULL_REQUEST_TITLE: '[Bot] Auto-update repository'
|
||||||
PULL_REQUEST_BODY: >
|
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.
|
||||||
|
|
Loading…
Reference in New Issue