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
|
- uses: actions/checkout@v2
|
||||||
- name: Update playlist
|
- name: Update playlist
|
||||||
run: |
|
run: |
|
||||||
git config user.name "PlaylistBot"
|
git config user.name "PlaylistBot" || true
|
||||||
git config user.email "playlistbot@users.noreply.github.com"
|
git config user.email "playlistbot@users.noreply.github.com" || true
|
||||||
|
python3 ./make_playlist.py
|
||||||
git add .
|
git add .
|
||||||
git commit --quiet -m "Update Playlist (GitHub Actions)"
|
git commit --quiet -m "Update Playlist (GitHub Actions)"
|
||||||
git push -f origin automate-1
|
git push -f origin master
|
||||||
|
|
Loading…
Reference in New Issue