actions-marketplace-validations/Create Or Update Tag
GitHub Action to create or update tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The name of the owner of the repo. Used to identify the owner of the repository. | no | — |
| repo | The name of the repository. Used to identify the repository on which to release. | no | — |
| tag_name | Specify tag instead of using checkout tag. | yes | — |
| tag_sha | The SHA of the git object this is tagging. | no | — |
| type | The type of the object we're tagging. Normally this is a `commit` but it can also be a `tree` or a `blob`. | no | commit |
| message | The tag message. | no | — |
| on_tag_exists | Indicate what to do if the tag_name already exists. Options: skip, update, error. Default skip. | no | skip |
| debug | Show ouputs | no | — |
Outputs
| name | description |
|---|---|
| node_id | The node ID |
| tag_name | Specify tag instead of using checkout tag. |
| tag_sha | The SHA of the git object this is tagging. |