bbonkr/git-tag-check-action
Check git tag is exists or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag | yes | — |
| github_token | GitHub Personal Access Token. It requires REPO scope. | yes | — |
| owner | Name of repository owner, For test. You does not need this input. | no | "" |
| repo | Repository name; For test. You does not need this input. | no | "" |
| prefix | Tag prefix | no | "" |
Outputs
| name | description |
|---|---|
| tag | If tag is exists, returns tag. Does not exist then empty string. |
| version | Version string. Same as tag. |
| major | Major number of version |
| minor | Minor number of version |
| patch | Patch number of version |
| prerelease | Pre-release value of version |
| build | Build value of version |