clarifydata/normalize-branch-name
Get a normalized branch name and checksum from a Github ref
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The github.ref variable | yes | — |
| head-ref | The github.head_ref variable | no | — |
Outputs
| name | description |
|---|---|
| original_name | The original branch name |
| name | The normalized branch name |
| hash | SHA1 checksum of the normalized branch name |