Skip to content

Commit bfd7694

Browse files
committed
jq fix.
1 parent 4d63b90 commit bfd7694

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
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
echo "Collating...."
7373
74-
results="${{ toJSON(needs.interop-tests.outputs) }}"
74+
results="${{ toJSON(needs.interoptests.outputs) }}"
7575
echo "results=${results}"
7676
7777
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md

0 commit comments

Comments
 (0)