mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update auto-update.yml
This commit is contained in:
parent
8dd85e5176
commit
c936f43c3e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
|
@ -23,6 +23,12 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: bot/auto-update
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: npm install
|
||||||
- name: Create Matrix
|
- name: Create Matrix
|
||||||
id: set-matrix
|
id: set-matrix
|
||||||
run: node scripts/create-matrix.js
|
run: node scripts/create-matrix.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue