From 074cd092caf387b8560122bc16ccbddea728607f Mon Sep 17 00:00:00 2001 From: Harshil Gajera Date: Wed, 7 Aug 2024 13:55:03 +0530 Subject: [PATCH] ci: debugging --- .github/workflows/reusable-build-test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index a99860f6a..4119de6ff 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -219,8 +219,8 @@ jobs: uses: splunk/addonfactory-test-matrix-action@v2.1 - name: job summary run: | - splunk_version_list1=$(echo "${{ steps.matrix.outputs.supportedSplunk }}" | jq -r '.[].version') - sc4s_version_list1=$(echo "${{ steps.matrix.outputs.supportedSC4S }}" | jq -r '.[].version') + splunk_version_list1=$(echo '${{ steps.matrix.outputs.supportedSplunk }}' | jq -r '.[].version') + sc4s_version_list1=$(echo '${{ steps.matrix.outputs.supportedSC4S }}' | jq -r '.[].version') echo $splunk_version_list1,$sc4s_version_list1 echo "Below are the splunk versions and sc4s version used for testing" echo "| Splunk versions | SC4S version |" >> $GITHUB_STEP_SUMMARY