This commit is contained in:
doms9 2025-09-02 11:37:42 -04:00
parent 559e7e63b1
commit 00000d9c6e
2 changed files with 0 additions and 12 deletions

View file

@ -38,12 +38,6 @@ jobs:
- name: Fetch EPG
run: uv run EPG/fetch.py
- name: Pull latest changes
if: steps.check_time.outputs.run == 'true'
run: |
git fetch origin default
git rebase origin/default || git rebase --abort
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v6
with: