lando/Auto Deploy Action

Auto deploys new versions of (currently only) node packages from their source repo to various target repos.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 23, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: lando/auto-deploy-action@9407c37f9b94482afe80afe18eb284481d4c5cfb # v3.1.0

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

namedescriptionrequireddefault
slugA GitHub repo slug for the deploy targetyes
argsAdditional args to pass into package manager install commandno
branchThe branch to auto deploy to.no
deployToggle to disable deploy. Mostly used for testing.notrue
dirsThe dirs containing a package.json to update.no./
managerThe package manager to use.noauto
packageThe name of the package.no
prOpen a PR instead of directly merging into the `branch` of `slug`.notrue
pr-baseThe base branch to open the PR against.nomain
registryWhere the updated pacakge lives.nonpm
separatorThe separator between package and versionno@
tokenA GitHub personal access token with the entire `repo` permission.no${{ github.token }}
updateToggle to disable updating. Mostly used for testing.notrue
versionThe version of the package.no
namedescription
branchThe branch to deploy to.
packageThe package name from user or manifest file to auto deploy.
versionThe package version from user or manifest file to auto deploy.
separatorThe separator between package and version