joshpiper/Branch Checker
Checks input data to determine the type of ref the action is running on.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version number to use. Defaults to GITHUB_SHA if not provided. | no | — |
Outputs
| name | description |
|---|---|
| branch | If this action is running on a branch. |
| tag | If this action is running on a tag. |
| rawversion | The raw version, used for the rest API. |
| version | The description string, to be used in @version tags or documentation. |
| deploy | The area this should deploy to, if at all. |