mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-05-03 16:21:11 +00:00
Fixes for auto playlist update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user