Skip to content

Commit 148e8cc

Browse files
committed
jq fix.
1 parent 4c33ce9 commit 148e8cc

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
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md
7878
echo "|--------|--------|-------------|" >> DataChannel_Echo_test_results.md
7979
80-
echo "${results}" | jq -r 'to_entries | .[] |
80+
echo "${{ needs.interoptests.outputs }}" | jq -r 'to_entries | .[] |
8181
capture("result_(?<server>.+)_(?<client>.+)") |
8282
"\(.server) | \(.client) | \(.value) |"' >> DataChannel_Echo_test_results.md
8383

0 commit comments

Comments
 (0)