actions-marketplace-validations/Garden Action

GitHub actions for Garden

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 11, 2024
License
MPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/garden-io_garden-action@80be6df9bbaffd867d4c6b98778891010264a3df # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
commandAll 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-typeGarden logger type. Defaults to basic.nobasic
log-levelGarden log level. Defaults to verbose.noverbose
garden-versionGarden version. Defaults to latest stable.nolatest
garden-auth-tokenAn auth token to authenticate in case your project is connected to Garden Cloud. Optional.no
garden-workdirA 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-tokenGithub token for releases API. Required. Defaults to the `github.token` context variable.yes${{ github.token }}

no outputs