Skip to content

Commit fd85b36

Browse files
committed
Is it the dbl quotes.
1 parent 5ff49c9 commit fd85b36

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
@@ -57,7 +57,7 @@ jobs:
5757
- name: Record result
5858
run: |
5959
echo "Result for ${{ matrix.server }} server and ${{ matrix.client }} client, outcome ${{ steps.check_connection.outcome }}, result ${{ steps.check_connection.outputs.TEST_RESULT }}."
60-
echo "RESULTS+=['${{ matrix.server }}','${{ matrix.client }}','${{ steps.check_connection.outputs.TEST_RESULT }}']" >> $GITHUB_OUTPUT
60+
echo "RESULTS+=['${{ matrix.server }}','${{ matrix.client }}','${{ steps.check_connection.outputs.TEST_RESULT }}']" >> "$GITHUB_OUTPUT"
6161
6262
# Job Description: Collates the results of the interop tests into a mark down table.
6363
collate:

0 commit comments

Comments
 (0)