randlabs/DeleteTagAndRelease
GitHub action to delete tags and/or releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag name. | yes | — |
| delete_release | Set to true to indicate if the release must be deleted. | no | true |
| delete_tag | Set to true to indicate if the tag must be deleted (implies release deletion too). | no | true |
| repo | Target repository in <owner-or-company>/<repository> format. Defaults to the one that fired the action. | no | — |
Outputs
no outputs