mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Fixes for auto playlist update
This commit is contained in:
@@ -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 "[email protected]"
|
git config user.email "[email protected]" || 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
|
||||||
|
|||||||
Reference in New Issue
Block a user