lfreleng-actions/🏷️ Verify Pushed Tag
Verifies action/workflow trigger was tag push of given type
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| versioning | Tag/string versioning type to check/validate | no | semver |
| exit_on_fail | When set true will exit on failed validation | no | true |
Outputs
| name | description |
|---|---|
| tag_push | Set true when action/workflow trigger was tag push |
| valid | Set true when pushed tag conforms to versioning type |
| tag | Set to the pushed tag value: github.ref_name |
| dev_version | Set true if tag is a development version |