Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 9, 2024
1 parent 2d7c641 commit 23b31a8
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 214 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
outputs:
matrix: ${{ steps.setup-matrix.outputs.matrix }}
steps:
- id: setup-matrix
- name: '🧱 Build Matrix'
id: setup-matrix
uses: druzsan/setup-matrix@main
with:
# Use | to preserve valid YAML syntax
Expand All @@ -40,5 +41,6 @@ jobs:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
runs-on: ubuntu-latest
steps:
- run: |
- name: '📢 Echo'
run: |
echo "fruit: ${{ matrix.fruit }}, animal: ${{ matrix.fruit }}, color: ${{ matrix.color }}"
Loading

0 comments on commit 23b31a8

Please sign in to comment.