mirror of https://github.com/Free-TV/IPTV
Fixes for auto playlist update
parent
876ecc14d5
commit
9db65fd019
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue