actions-marketplace-validations/Garden Action
GitHub actions for Garden
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 11, 2024
- License
- MPL 2.0
Pinned Snippet
uses: actions-marketplace-validations/garden-io_garden-action@80be6df9bbaffd867d4c6b98778891010264a3df # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | All command line options for the garden cli command. If not provided, the garden-action will - install garden and export it to the `PATH` environment variable for subsequent steps - export the `GARDEN_AUTH_TOKEN` environment variable for subsequent steps if the `garden-auth-token` input has been provided | no | — |
| logger-type | Garden logger type. Defaults to basic. | no | basic |
| log-level | Garden log level. Defaults to verbose. | no | verbose |
| garden-version | Garden version. Defaults to latest stable. | no | latest |
| garden-auth-token | An auth token to authenticate in case your project is connected to Garden Cloud. Optional. | no | — |
| garden-workdir | A path to a garden project in a repository. Only necessary if there are multiple garden projects in a repository, or when the project.garden.yml is in a subdirectory. | — | — |
| github-token | Github token for releases API. Required. Defaults to the `github.token` context variable. | yes | ${{ github.token }} |
Outputs
no outputs