climpr/Get Landing Zones
Outputs the list of Landing Zone objects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 16, 2025
- License
- GPL 3.0
Pinned Snippet
uses: climpr/get-landing-zones@434cc0d51bdafc963ee72ed660d74581d3f800f9 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| root-landing-zones-path | Root directory for Landing Zones. Supports multi-line input. | yes | — |
| pattern | Filter Landing Zones based on regex pattern. Matches against the Landing Zone name (Directory name). | no | — |
| filter-on-changed-files | Include only changed files. Supports 'true' or 'false'. | no | — |
Outputs
| name | description |
|---|---|
| landing-zones | List of Landing Zones |