Skip to content

Commit d9de11b

Browse files
committed
Recursion?
1 parent 2213bb8 commit d9de11b

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 "${{ matrix.server }}-${{ matrix.client }}=${{ steps.check_connection.outputs.TEST_RESULT }}" >> "$GITHUB_OUTPUT"
53+
echo "result=${{ matrix.server }},${{ matrix.client }}=${{ steps.check_connection.outputs.TEST_RESULT }}${{ steps.set_output.outputs.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)