gntouts/Tag remote repository Action
This Action adds or updates a tag to a remote repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The remote GitHub repository to create the tag | yes | — |
| tag | The desired tag | yes | — |
| skip_update | Whether to skip updating the tag if already exists (defailt is false) | no | false |
| commit | The commit associated with the tag (if omitted the latest commit of the default branch will be used) | no | — |
| token | The GitHub token that will be used to create the tag. Must have read/write permissions to the remote repository | yes | — |
Outputs
| name | description |
|---|---|
| result | The result of the Action (created|updated|failed) |
| message | The result message of the Action |
| tag | The created or updated tag |
| commit | The commit associated with the tag |