arikkfir/Undeploy
Undeploy a repository from a given environment in the "delivery" repository. If no other repositories are deployed to the environment, the environment is deleted.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 19, 2023
- License
- MIT
Pinned Snippet
uses: arikkfir/undeploy@bf4b3f7951bea2a16aa770b8cb6421c18b77723a # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository being deployed | yes | — |
| branch | The branch being deployed in the source repository | yes | — |
| environment | The target environment to deploy to | yes | — |
| token | GitHub token used to clone the "delivery" repository | yes | — |
Outputs
no outputs