We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3710fb9 commit b77371bCopy full SHA for b77371b
.github/workflows/datachannel_echo-test.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Set output results
56
id: collect_results
57
run: |
58
- echo "results=${{ env.RESULTS }}
+ echo "results=${{ env.RESULTS }}"
59
echo "results=${{ env.RESULTS }}" >> $GITHUB_ENV
60
61
# Job Description: Collates the results of the interop tests into a mark down table.
0 commit comments