We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2213bb8 commit d9de11bCopy full SHA for d9de11b
.github/workflows/datachannel_echo-test.yml
@@ -50,7 +50,7 @@ jobs:
50
id: set_output
51
run: |
52
# Combine the results directly into a single output variable
53
- echo "${{ matrix.server }}-${{ matrix.client }}=${{ steps.check_connection.outputs.TEST_RESULT }}" >> "$GITHUB_OUTPUT"
+ echo "result=${{ matrix.server }},${{ matrix.client }}=${{ steps.check_connection.outputs.TEST_RESULT }}${{ steps.set_output.outputs.result }}" >> "$GITHUB_OUTPUT"
54
# Set the combined output for this job
55
#echo "results=$(echo "${RESULTS[@]}" | tr '\n' ' ')" >> $GITHUB_OUTPUT
56
0 commit comments