Skip to content

Commit a717c69

Browse files
committed
Single quote.
1 parent a527812 commit a717c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/datachannel_echo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
python --version
7979
80-
echo "${{ toJSON(needs.interoptests.outputs) }}" | python3 test/collate-results.py > DataChannel_Echo_test_results.md
80+
echo '${{ toJSON(needs.interoptests.outputs) }}' | python3 test/collate-results.py > DataChannel_Echo_test_results.md
8181
8282
# Display the results file
8383
cat DataChannel_Echo_test_results.md

0 commit comments

Comments
 (0)