Skip to content

Commit 4c1fc3b

Browse files
committed
Battling woth gha job outputs, still.
1 parent d524f7a commit 4c1fc3b

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
@@ -50,7 +50,7 @@ jobs:
5050
id: record_results
5151
run: |
5252
echo "Result for ${{ matrix.server }} server and ${{ matrix.client }} client, outcome ${{ steps.check_connection.outcome }}, result ${{ steps.check_connection.outputs.TEST_RESULT }}."
53-
echo "${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> $GITHUB_OUTPUT
53+
echo "${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> "$GITHUB_OUTPUT"
5454
5555
# Job Description: Collates the results of the interop tests into a mark down table.
5656
collate:

0 commit comments

Comments
 (0)