tcdent/Checksums Action
A reusable action to create checksum.txt
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bun-version | The version of Bun to use | no | latest |
| repo | The GitHub repository (owner/repo) | no | — |
| patterns | Patterns for the files to run checksum on | no | "" |
| algorithm | Hash algorithm to use. default to sha256. See https://bun.sh/docs/api/hashing#bun-cryptohasher | no | sha256 |
| pre-release | Run on pre release | no | false |
| tag | Tag of the release | no | "" |
| file-name | File name of the checksum file | no | checksum.txt |
| dry-run | Create checksum without upload. will be available in the output of the action run | no | false |
Outputs
no outputs