From 393db46f76500844c4b263f1914ebcc003283f03 Mon Sep 17 00:00:00 2001 From: Alessandro Boron Date: Tue, 26 Mar 2024 16:44:51 +1100 Subject: [PATCH] Try create matrix with proper input --- .github/workflows/create_variants.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create_variants.yml b/.github/workflows/create_variants.yml index a53c28866d..e23b96a169 100644 --- a/.github/workflows/create_variants.yml +++ b/.github/workflows/create_variants.yml @@ -90,8 +90,6 @@ jobs: steps: - name: Parse Matrix run: | - matrix={\"include\":[{\"variant\":\"ab\"},{\"origin\":\"abc.com\"},{\"origin\":\"abc.com\",\"variant\":\"ab\"}]} - echo "MATRIX1: ${{ fromJson(matrix) }}" echo "MATRIX2: ${{ fromJson(needs.set-up-variants.outputs.build-variants) }}" create-variants: