Skip to content

Commit cce08e4

Browse files
committed
Fix.
1 parent 01087a0 commit cce08e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/datachannel_echo-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
for server in "${servers[@]}"; do
8585
for client in "${clients[@]}"; do
8686
result_key="result_${server}_${client}"
87+
# Access the output using the correct syntax
8788
result_value="${{ needs.interop-tests.outputs[result_key] }}"
8889
echo "| ${server} | ${client} | ${result_value} |" >> DataChannel_Echo_test_results.md
8990
done

0 commit comments

Comments
 (0)