Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-09-09 01:22:26 +03:00
parent c575062cd7
commit 8dd85e5176
1 changed files with 3 additions and 2 deletions

View File

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