Added .gz option

This commit is contained in:
Reuben
2024-11-01 07:07:54 -06:00
committed by GitHub
parent d204482b53
commit b656834571

View File

@@ -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