Skip to content

Commit

Permalink
Tweak generate-matrix README section
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 30, 2024
1 parent f3ffa25 commit a2405f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: generate
uses: freckle/stack-action/generate-matrix@v4
uses: freckle/stack-action/generate-matrix@v5
outputs:
stack-yamls: ${{ steps.generate.outputs.stack-yamls }}
Expand All @@ -177,6 +177,7 @@ jobs:
```

See [generate-matrix/action.yml](./generate-matrix/action.yml) for more details.
This has been available since version 4 of this action.

---

Expand Down

0 comments on commit a2405f6

Please sign in to comment.