Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk
2021-09-09 01:22:26 +03:00
parent 61f08406a5
commit 98361fcb17

View File

@@ -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