We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6b7b1 commit 2213bb8Copy full SHA for 2213bb8
.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 "result=${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> "$GITHUB_OUTPUT"
+ echo "${{ matrix.server }}-${{ matrix.client }}=${{ steps.check_connection.outputs.TEST_RESULT }}" >> "$GITHUB_OUTPUT"
54
# Set the combined output for this job
55
#echo "results=$(echo "${RESULTS[@]}" | tr '\n' ' ')" >> $GITHUB_OUTPUT
56
0 commit comments