Change EPG file source URL in workflow

Signed-off-by: 范明明 <mingming@live.com>
This commit is contained in:
范明明
2026-04-14 23:24:50 +08:00
committed by GitHub
parent d7e50658a4
commit c877617003
+1 -1
View File
@@ -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