hediet/tag-action
Tag Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Pass "$ { { secrets.GITHUB_TOKEN } }" | yes | — |
| tag | The tag name | yes | — |
| tag_prefix | An optional prefix | no | — |
| create | Pass "true" to create the tag if it exists. | no | false |
| fail_if_exists | Pass "true" fail if the tag exists. | no | false |
Outputs
| name | description |
|---|---|
| exists | Indicates whether the tag existed. Is "true" or "false". |