gntouts/Tag remote repository Action

This Action adds or updates a tag to a remote repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe remote GitHub repository to create the tagyes
tagThe desired tagyes
skip_updateWhether to skip updating the tag if already exists (defailt is false)nofalse
commitThe commit associated with the tag (if omitted the latest commit of the default branch will be used)no
tokenThe GitHub token that will be used to create the tag. Must have read/write permissions to the remote repositoryyes
namedescription
resultThe result of the Action (created|updated|failed)
messageThe result message of the Action
tagThe created or updated tag
commitThe commit associated with the tag