mirror of
https://github.com/luongz/iptv-jp.git
synced 2025-12-21 20:44:36 +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
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
@@ -13,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install EPGGrabber
|
||||
- name: Install EPGGrabber.
|
||||
run: npm install -g epg-grabber
|
||||
- name: Start grab.
|
||||
run: epg-grabber --config=jcom-config.js --days 3
|
||||
|
||||
Reference in New Issue
Block a user