Skip to content

Commit

Permalink
ci: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 7, 2024
1 parent 198a043 commit d8ffb77
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 @@ -219,8 +219,8 @@ jobs:
uses: splunk/[email protected]
- name: job summary
run: |
splunk_version_list1=$(${{ steps.matrix.outputs.supportedSplunk }} | jq -r '.[].version')
sc4s_version_list1=$(${{ steps.matrix.outputs.supportedSC4S }} | jq -r '.[].version')
splunk_version_list1=$(echo "${{ steps.matrix.outputs.supportedSplunk }}" | jq -r '.[].version')
sc4s_version_list1=$(echo "${{ steps.matrix.outputs.supportedSC4S }}" | jq -r '.[].version')
echo $splunk_version_list1,$sc4s_version_list1
echo "Below are the splunk versions and sc4s version used for testing"
echo "| Splunk versions | SC4S version |" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit d8ffb77

Please sign in to comment.