Skip to content

Commit

Permalink
syntax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest authored Mar 21, 2024
1 parent c5f1ed4 commit d57f1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ jobs:
echo "sc4s={\"version\":\"2.49.5\", \"docker_registry\":\"ghcr.io/splunk/splunk-connect-for-syslog/container2\"}" >> "$GITHUB_OUTPUT"
- name: combined_Splunkmatrix
id: combined_Splunkmatrix
run: |
echo "combinedSplunkversions=$(jq --arg combined_spluk_version $python39_splunk '. + [$combined_spluk_version]' <<< "$matrix_supportedSplunk")" >> "$GITHUB_OUTPUT"
with:
python39_splunk: ${{steps.python39_splunk.outputs.splunk}}
matrix_supportedSplunk: ${{ steps.matrix.outputs.supportedSplunk }}
run: |
echo "combinedSplunkversions=$(jq --arg combined_spluk_version $python39_splunk '. + [$combined_spluk_version]' <<< "$matrix_supportedSplunk")" >> "$GITHUB_OUTPUT"
fossa-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d57f1c2

Please sign in to comment.