Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huy-ngo/gha-sha
Action to create SHA256 checksum
https://github.com/huy-ngo/gha-sha
actions checksum hacktoberfest sha256
Last synced: about 1 month ago
JSON representation
Action to create SHA256 checksum
- Host: GitHub
- URL: https://github.com/huy-ngo/gha-sha
- Owner: Huy-Ngo
- License: mit
- Created: 2021-09-28T09:32:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T07:39:18.000Z (about 3 years ago)
- Last Synced: 2024-09-19T23:17:15.633Z (about 2 months ago)
- Topics: actions, checksum, hacktoberfest, sha256
- Language: Shell
- Homepage:
- Size: 1.66 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SHA256 Checksum generator
Because [the available
counterpart](https://github.com/jmgilman/actions-generate-checksum) only works
on Linux, and checking OS is tiresome, I made this action.# How to use
TBD
# Example use
Examples can be find at `.github/workflows/main.yml`. We expect the checksums
to be:| Checksum | File |
|----------|------|
| 9c13c87c960e1aedaec4dc2fdc8e6555cf7080b5c1d3e130081584564b3d4a79 | test-res/gssapi-1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl |
| 3c17a4109d3d69c3f28672bbaaee79a3e5cc7a6e1574b18c9dd9e01454b57fae | test-res/gssapi-1.7.0-cp38-cp38-macosx_10_9_x86_64.whl |
| 7aaf55e7d9f2d08a5c66af031d582192e088d0c306f128bb8e2254f71edc63db | test-res/gssapi-1.7.0-cp39-cp39-macosx_10_9_x86_64.whl |
| b2c1766d3acdf0f3dd9c010f4d24930bb8decf50facf78bfe23f015f713c577e | LICENSE |