Update auto-update.yml
This commit is contained in:
parent
8dd85e5176
commit
c936f43c3e
|
@ -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…
Reference in New Issue