Skip to content

Commit f02f2c3

Browse files
ci: fixing shell check issue
1 parent 5d45642 commit f02f2c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/reusable-build-test-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ jobs:
312312
id: combined_Splunkmatrix
313313
run: |
314314
combinedSplunkversions=$(echo '${{ steps.matrix.outputs.supportedSplunk }}' | jq --argjson A '${{steps.python39_splunk.outputs.splunk}}' '. + [$A]')
315-
echo $combinedSplunkversions
316315
echo "combinedSplunkversions=$(echo "$combinedSplunkversions"| jq -c .)" >> "$GITHUB_OUTPUT"
317316
318317
fossa-scan:

0 commit comments

Comments
 (0)