mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Update auto-update.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user