mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update _update-readme.yml
This commit is contained in:
parent
0f572210c1
commit
bc793d070a
1 changed files with 6 additions and 1 deletions
7
.github/workflows/_update-readme.yml
vendored
7
.github/workflows/_update-readme.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
jobs:
|
||||
check:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -17,6 +17,11 @@ jobs:
|
|||
run: |
|
||||
mkdir -p scripts/data
|
||||
curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json
|
||||
- uses: actions/setup-node@v2
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm run readme:update
|
||||
- name: Commit Changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue