From c56b80e3d108c2f872ef07ba4fe25bf4c3d18c7f Mon Sep 17 00:00:00 2001 From: Balamani kona Date: Fri, 5 Jul 2024 11:25:40 +0530 Subject: [PATCH] checking using the matrix --- .github/workflows/aux.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/aux.yml b/.github/workflows/aux.yml index b96277c..f51f842 100644 --- a/.github/workflows/aux.yml +++ b/.github/workflows/aux.yml @@ -59,8 +59,4 @@ jobs: steps: - name: test run: | - echo "test: ${{ fromJson(needs.read.outputs.result).image.test1 }}" - - - name: test - run: | - echo "test: ${{ fromJson(needs.read.outputs.result).image.test2 }}" + echo "test: ${{ fromJson(needs.read.outputs.result).image[format('{0}', matrix.supportedVersion)] }}"