Skip to content

Commit

Permalink
Update getting-started.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrettgaither authored Jun 4, 2024
1 parent fb6a96a commit 7ca89cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/getting-started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
job3:
runs-on: ubuntu-latest
needs: job2
strategy:
matrix:
nums: [1,2,3,4,5,6,7,8,9,10]
steps:
- env:
OUTPUT1: ${{needs.job2.outputs.output1}}
run: echo "$OUTPUT1"
run: echo "$OUTPUT1 $matrix.nums"

0 comments on commit 7ca89cb

Please sign in to comment.