Added .gz option
This commit is contained in:
2
.github/workflows/epg-grabber.yml
vendored
2
.github/workflows/epg-grabber.yml
vendored
@@ -34,6 +34,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "actions-user"
|
git config --global user.name "actions-user"
|
||||||
git config --global user.email "actions@github.com"
|
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 commit -m "Update EPG"
|
||||||
git push --force # Force push to overwrite the previous commit
|
git push --force # Force push to overwrite the previous commit
|
||||||
|
|||||||
Reference in New Issue
Block a user