Update auto-update.yml

pull/4425/head
Aleksandr Statciuk 4 years ago
parent 8dd85e5176
commit c936f43c3e

@ -23,6 +23,12 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: bot/auto-update
- name: Install Dependencies
run: npm install
- name: Create Matrix
id: set-matrix
run: node scripts/create-matrix.js

Loading…
Cancel
Save