From 9fe12844d47b6beaa781a6c75e9644bd045c6ecb Mon Sep 17 00:00:00 2001 From: harshilgajera-crest <69803385+harshilgajera-crest@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:20:55 +0530 Subject: [PATCH] updaitng single quotes --- .github/workflows/reusable-build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 8f09cbed5..b170e0a06 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -311,7 +311,7 @@ jobs: - name: combined_Splunkmatrix id: combined_Splunkmatrix run: | - echo "combinedSplunkversions=$(echo ${{steps.python39_splunk.outputs.splunk}} | jq --argjson A "${{ steps.matrix.outputs.supportedSplunk }}" '. + [$A]')" >> "$GITHUB_OUTPUT" + echo "combinedSplunkversions=$(echo ${{steps.python39_splunk.outputs.splunk}} | jq --argjson A '${{ steps.matrix.outputs.supportedSplunk }}' '. + [$A]')" >> "$GITHUB_OUTPUT" fossa-scan: runs-on: ubuntu-latest