We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a527812 commit a717c69Copy full SHA for a717c69
.github/workflows/datachannel_echo-test.yml
@@ -77,7 +77,7 @@ jobs:
77
78
python --version
79
80
- echo "${{ toJSON(needs.interoptests.outputs) }}" | python3 test/collate-results.py > DataChannel_Echo_test_results.md
+ echo '${{ toJSON(needs.interoptests.outputs) }}' | python3 test/collate-results.py > DataChannel_Echo_test_results.md
81
82
# Display the results file
83
cat DataChannel_Echo_test_results.md
0 commit comments