forked from Blueno/Japanese_IPTV
Update main.yml
This commit is contained in:
parent
d00cf40df9
commit
de95deabfc
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: test
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
@ -13,3 +15,4 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install EPGGrabber
|
||||
run: npm install -g epg-grabber
|
||||
run: epg-grabber --config=jcom-config.js --days 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user