Skip to content

Commit

Permalink
Update main-dynamic-matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 6, 2024
1 parent 252e5e1 commit f876c79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main-dynamic-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
number: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
steps:
- run: |
for i in {1..${{ matrix.number}}}; do
echo "Hello $i"
done
echo ${{ matrix.number }}
# for i in {1..${{ matrix.number}}}; do
# echo "Hello $i"
# done

0 comments on commit f876c79

Please sign in to comment.