We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeb6de commit c58b011Copy full SHA for c58b011
.github/workflows/datachannel_echo-test.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
# See https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#using-job-outputs-in-a-matrix-job
21
outputs:
22
- results: ${{ steps.record_results.outputs.results }} # Capture all results in one output
+ results: ${{ steps.set_output.outputs.results }} # Capture all results in one output
23
24
strategy:
25
matrix:
0 commit comments