Skip to content

Commit 2213bb8

Browse files
committed
Hmmm.
1 parent bd6b7b1 commit 2213bb8

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: set_output
5151
run: |
5252
# Combine the results directly into a single output variable
53-
echo "result=${{ 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
# Set the combined output for this job
5555
#echo "results=$(echo "${RESULTS[@]}" | tr '\n' ' ')" >> $GITHUB_OUTPUT
5656

0 commit comments

Comments
 (0)