mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _update-api.yml
This commit is contained in:
parent
19007781d7
commit
0f572210c1
1 changed files with 6 additions and 1 deletions
7
.github/workflows/_update-api.yml
vendored
7
.github/workflows/_update-api.yml
vendored
|
@ -4,10 +4,15 @@ on:
|
|||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
jobs:
|
||||
check:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm run api:update
|
||||
- uses: tibdex/github-app-token@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue