We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148e8cc commit ab80d57Copy full SHA for ab80d57
.github/workflows/datachannel_echo-test.yml
@@ -71,6 +71,7 @@ jobs:
71
run: |
72
echo "Collating...."
73
74
+ echo "raw=${{ toJSON(needs.interoptests.outputs) }}"
75
results="${{ toJSON(needs.interoptests.outputs) }}"
76
echo "results=${results}"
77
0 commit comments