actions-marketplace-validations/Get tag name
Gets current tag name and puts it into an environment variable GIT_TAG_NAME.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tagRegex | Regex to capture a group text as tag name. Full tag string is returned if regex is not defined. | — | "" |
| tagRegexGroup | Regex group number to return as tag name. | — | 1 |
Outputs
| name | description |
|---|---|
| tag | The tag name. |