diff --git a/.github/workflows/getting-started.yml b/.github/workflows/getting-started.yml index 7574806..cffa4e5 100644 --- a/.github/workflows/getting-started.yml +++ b/.github/workflows/getting-started.yml @@ -39,4 +39,4 @@ jobs: steps: - env: OUTPUT1: ${{needs.job2.outputs.output1}} - run: echo "$OUTPUT1" "$matrix.nums" + run: echo "$OUTPUT1 ${{matrix.nums}}"