hudsonm62/Get Short SHA
Quickly get the Short SHA-1 in your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-sha | Full length, 40 character SHA-1 | yes | ${{ github.sha }} |
| length | The length of the SHA to cut | yes | 7 |
Outputs
| name | description |
|---|---|
| sha | The short SHA |