Fixes for auto playlist update

This commit is contained in:
KAMI
2022-10-06 09:42:22 +02:00
committed by GitHub
parent 876ecc14d5
commit 9db65fd019
+4 -3
View File
@@ -13,8 +13,9 @@ jobs:
- uses: actions/checkout@v2
- name: Update playlist
run: |
git config user.name "PlaylistBot"
git config user.email "playlistbot@users.noreply.github.com"
git config user.name "PlaylistBot" || true
git config user.email "playlistbot@users.noreply.github.com" || true
python3 ./make_playlist.py
git add .
git commit --quiet -m "Update Playlist (GitHub Actions)"
git push -f origin automate-1
git push -f origin master