Update auto-update.yml

pull/4425/head
Aleksandr Statciuk 3 years ago
parent c575062cd7
commit 8dd85e5176

@ -23,8 +23,9 @@ jobs:
outputs: outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- id: set-matrix - name: Create Matrix
run: echo "::set-output name=matrix::{\"country\":[\"ad\"]}" id: set-matrix
run: node scripts/create-matrix.js
format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: create-matrix needs: create-matrix

Loading…
Cancel
Save