We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec711c commit 21aaab7Copy full SHA for 21aaab7
.github/workflows/main.yaml
@@ -150,7 +150,7 @@ jobs:
150
if: always()
151
run: |
152
set -x
153
- echo "test_targets=$(ls test_logs/*log.txt)" >> $GITHUB_OUTPUT
+ echo "test_targets=$(ls test_logs/*log.txt | jq -R . | jq -s .)" >> $GITHUB_OUTPUT
154
shell: bash
155
outputs:
156
test_targets: ${{ steps.set-output.outputs.test_targets }}
0 commit comments