smartlyio/Deployment and Link

Make a deployment with the Github Deployments API and link it to actual deployment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGithub access tokenyes
job_statusCurrent job status. Should never be passed; the default should be used.no${{ job.status }}
refThe github ref being deployed. Can be branch, tag, commit, etc.no
versionThe version being deployed (for disply purposes only)no
required_contextsComma-separated list of required status checks for this deployment. Default: No checks are required.no
environment_urlLink to put in deployment message.no
environment_nameName of deployment environment to pass to Github API.noproduction
is_productionIs the environment being deployed a production environment? Default depends on the environment_name input: - production = true - /^kube-prod\d+$/ = trueno
skip_pre_actionSkip the action pre-execution step and only create the deployment when the main action runs. This allows more dynamic setup of the action parameters if they need to be determined by another step in the workflow.nofalse

no outputs