e
This commit is contained in:
parent
b53521360f
commit
00000d90bc
17 changed files with 6 additions and 8 deletions
2
.github/workflows/epg.yml
vendored
2
.github/workflows/epg.yml
vendored
|
|
@ -2,7 +2,7 @@ name: fetch epg
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 2,10,18 * * *"
|
||||
- cron: "45 2,10,18 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/health.yml
vendored
2
.github/workflows/health.yml
vendored
|
|
@ -2,7 +2,7 @@ name: health check
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 2,8,14,20 * * *"
|
||||
- cron: "30 2,8,14,20 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/m3u8.yml
vendored
2
.github/workflows/m3u8.yml
vendored
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "update M3U8"
|
||||
file_pattern: "M3U8/TV.m3u8 M3U8/scrape/caches/*.json"
|
||||
file_pattern: "M3U8/TV.m3u8 M3U8/scrapers/caches/*.json"
|
||||
commit_author: "GitHub Actions Bot <actions@github.com>"
|
||||
commit_user_name: "GitHub Actions Bot"
|
||||
commit_user_email: "actions@github.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue