mirror of
https://github.com/fanmingming/live
synced 2026-04-17 14:12:36 +08:00
Change EPG file source URL in workflow
Signed-off-by: 范明明 <mingming@live.com>
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Update EPG Files
|
- name: Update EPG Files
|
||||||
run: |
|
run: |
|
||||||
rm -f e.xml && wget https://epg.112114.xyz/pp.xml -O e.xml
|
rm -f e.xml && wget https://raw.githubusercontent.com/suzukua/epg/refs/heads/hidden/t.xml -O e.xml
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add e.xml
|
git add e.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user