mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Update auto-update.yml
This commit is contained in:
parent
3f30c90de3
commit
6338e96ffe
1 changed files with 5 additions and 0 deletions
5
.github/workflows/auto-update.yml
vendored
5
.github/workflows/auto-update.yml
vendored
|
@ -44,6 +44,11 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: bot/auto-update
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'npm'
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Run Grabber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue