mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 17:40:07 -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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: bot/auto-update
|
ref: bot/auto-update
|
||||||
|
- name: Setup node
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
|
cache: 'npm'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run Grabber
|
- name: Run Grabber
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue