We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b1407 commit bd6b7b1Copy full SHA for bd6b7b1
.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.set_output.outputs.results }} # Capture all results in one output
+ results: ${{ steps.set_output.outputs.result }} # Capture all results in one output
23
24
strategy:
25
matrix:
0 commit comments