mirror of
https://github.com/luongz/iptv-jp.git
synced 2025-12-22 03:24:35 +08:00
Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 3 * * *"
|
- cron: "0 3 * * *"
|
||||||
@@ -13,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install EPGGrabber
|
- name: Install EPGGrabber.
|
||||||
run: npm install -g epg-grabber
|
run: npm install -g epg-grabber
|
||||||
- name: Start grab.
|
- name: Start grab.
|
||||||
run: epg-grabber --config=jcom-config.js --days 3
|
run: epg-grabber --config=jcom-config.js --days 3
|
||||||
|
|||||||
Reference in New Issue
Block a user