lando/Setup Lando
GitHub Action to setup Lando on GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lando-version | The version of Lando to install. | no | — |
| lando-version-file | A file containing the version to use. | no | .lando-version |
| architecture | The architecture to use. Defaults to system architecture. | no | ${{ runner.arch }} |
| auto-setup | The lando setup configuration | no | auto |
| config | A list of . delimited config. | no | — |
| config-file | The path to a Lando global config file to use. | no | — |
| debug | Toggle debug output. (deprecated). Use https://github.blog/changelog/2022-05-24-github-actions-re-run-jobs-with-debug-logging/ instead. | no | false |
| os | The OS to use. Defaults to system OS. | no | ${{ runner.os }} |
| setup | The lando setup configuration | no | auto |
| telemetry | To send telemetry or not. | no | true |
| token | The GITHUB_TOKEN. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| lando | The path to the installed version of Lando. |