diff --git a/.github/workflows/epg-grabber.yml b/.github/workflows/epg-grabber.yml index 877503d..692440d 100644 --- a/.github/workflows/epg-grabber.yml +++ b/.github/workflows/epg-grabber.yml @@ -34,6 +34,6 @@ jobs: run: | git config --global user.name "actions-user" git config --global user.email "actions@github.com" - git add epg.xml + git add epg.xml epg.xml.gz git commit -m "Update EPG" git push --force # Force push to overwrite the previous commit