im-open/Inactivate GitHub Deployment
Inactivates a GitHub deployment and deployment status object for deployment tracking by environment, and deployment instance.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow-actor | The GitHub user who triggered the workflow | yes | — |
| token | A token with `repo_deployment` permissions to create and update issues, workflows using this action should be granted `permissions` of `deployments: write` | yes | — |
| environment | The name of a GitHub environment the release was deployed to, i.e. [Dev|QA|Stage|Demo|UAT|Prod]. It will be set in the standard `environment` property of the deployment object. | yes | — |
| entity | The entity that is deployed, i.e. "proj-app", "proj-infrastruction" or "proj-db" | yes | — |
| instance | A freeform identifier to distinguish separately deployed instances of the entity in the same environment. Typical uses would be to name a slot and/or region, e.g "NA26", "NA26-slot1", "NA27-blue", "Primary", "Secondary", etc. | yes | — |
Outputs
no outputs