From c877617003d2f1b022f663995a628099abfadbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E6=98=8E=E6=98=8E?= Date: Tue, 14 Apr 2026 23:24:50 +0800 Subject: [PATCH] Change EPG file source URL in workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 范明明 --- .github/workflows/epg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/epg.yml b/.github/workflows/epg.yml index 4e13b89c2..c2d367b69 100644 --- a/.github/workflows/epg.yml +++ b/.github/workflows/epg.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - name: Update EPG Files 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.email "github-actions[bot]@users.noreply.github.com" git add e.xml