From 8dd85e5176084cee7d260c0856ab1543ce1949ce Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 9 Sep 2021 01:22:26 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d856905c8..080b8c474 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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