Update auto-update.yml
This commit is contained in:
parent
ed769af99b
commit
5bfc665004
|
@ -44,3 +44,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git add README.md
|
git add README.md
|
||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
||||||
|
- name: Create Pull Request
|
||||||
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
with:
|
||||||
|
title: '[Bot] Update Playlists'
|
||||||
|
body: |
|
||||||
|
This pull request is created automatically by `auto-update` action.
|
||||||
|
base: bot/auto-update
|
||||||
|
branch: bot/auto-update-pr
|
||||||
|
delete-branch: true
|
||||||
|
|
Loading…
Reference in New Issue