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