We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba6a26 commit 5ff49c9Copy full SHA for 5ff49c9
.github/workflows/datachannel_echo-test.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Create results file from interop test outputs
71
run: |
72
echo "Collating results from:"
73
- echo "results=${{ needs.interop-tests.outputs }}"
+ echo "results=${{ toJSON(needs.interop-tests.outputs) }}"
74
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md
75
echo "|--------|--------|-------------|" >> DataChannel_Echo_test_results.md
76
0 commit comments