Skip to content

Commit

Permalink
updaitng single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest authored Mar 22, 2024
1 parent 9afd8f0 commit 9fe1284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fe1284

Please sign in to comment.