From 7ca89cb1bf9dd648dc14ea5fb3e6c83be157e000 Mon Sep 17 00:00:00 2001 From: jarrettgaither <167137591+jarrettgaither@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:57:13 -0700 Subject: [PATCH] Update getting-started.yml --- .github/workflows/getting-started.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/getting-started.yml b/.github/workflows/getting-started.yml index 4609b68..1040e5b 100644 --- a/.github/workflows/getting-started.yml +++ b/.github/workflows/getting-started.yml @@ -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"