Skip to content

Commit b77371b

Browse files
committed
Fixed typo.
1 parent 3710fb9 commit b77371b

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
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set output results
5656
id: collect_results
5757
run: |
58-
echo "results=${{ env.RESULTS }}
58+
echo "results=${{ env.RESULTS }}"
5959
echo "results=${{ env.RESULTS }}" >> $GITHUB_ENV
6060
6161
# Job Description: Collates the results of the interop tests into a mark down table.

0 commit comments

Comments
 (0)