e
This commit is contained in:
parent
c67f8338f3
commit
00000d9b85
2 changed files with 12 additions and 0 deletions
6
.github/workflows/epg.yml
vendored
6
.github/workflows/epg.yml
vendored
|
|
@ -38,6 +38,12 @@ jobs:
|
||||||
- name: Fetch EPG
|
- name: Fetch EPG
|
||||||
run: uv run EPG/fetch.py
|
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
|
- name: Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v6
|
uses: stefanzweifel/git-auto-commit-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
6
.github/workflows/m3u8.yml
vendored
6
.github/workflows/m3u8.yml
vendored
|
|
@ -65,6 +65,12 @@ jobs:
|
||||||
if: steps.check_time.outputs.run == 'true'
|
if: steps.check_time.outputs.run == 'true'
|
||||||
run: uv run M3U8/fetch.py
|
run: uv run M3U8/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
|
- name: Push changes
|
||||||
if: steps.check_time.outputs.run == 'true'
|
if: steps.check_time.outputs.run == 'true'
|
||||||
uses: stefanzweifel/git-auto-commit-action@v6
|
uses: stefanzweifel/git-auto-commit-action@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue