lee-lott-actions/Delete Git Tag from Repository
Delete a git tag using GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-name | Name of the tag to create | yes | — |
| org-name | The name of the GitHub organization | yes | — |
| repo-name | The name of the repository | yes | — |
| token | GitHub token with access to Git tags | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the attempt to delete the git tag ("success", "not-found" or "failure") |
| error-message | Error message if the action fails |