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