Update iptv.yml
This commit is contained in:
parent
b14b47e908
commit
0d7cf45cfc
6
.github/workflows/iptv.yml
vendored
6
.github/workflows/iptv.yml
vendored
@ -62,9 +62,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and Push changes
|
- name: Commit and Push changes
|
||||||
run: |
|
run: |
|
||||||
git add $(pwd)/live/iptv.txt
|
git add $(pwd)/iptv.txt
|
||||||
git add $(pwd)/live/iptv.m3u
|
git add $(pwd)/iptv.m3u
|
||||||
git add $(pwd)/live/README.md
|
git add $(pwd)/READMEbak.md
|
||||||
git commit -m "Update on $DATE" --allow-empty
|
git commit -m "Update on $DATE" --allow-empty
|
||||||
git push origin main
|
git push origin main
|
||||||
- name: Upload streams file
|
- name: Upload streams file
|
||||||
|
Loading…
Reference in New Issue
Block a user