Skip to content

Commit

Permalink
combining splunk lists
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest authored Mar 21, 2024
1 parent 16598e3 commit 77d90c5
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 @@ -1745,7 +1745,7 @@ jobs:
strategy:
fail-fast: false
matrix:
splunk: ${{ concat(fromJson(needs.meta.outputs.matrix_supportedSplunk), fromJson(needs.meta.outputs.python39_splunk)) }}
splunk: ${{ toJson(fromJson(needs.meta.outputs.matrix_supportedSplunk) + fromJson(needs.meta.outputs.python39_splunk)) }}
modinput-type: [ "modinput_functional" ]
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
marker: ${{ fromJson(inputs.marker) }}
Expand Down

0 comments on commit 77d90c5

Please sign in to comment.