mirror of
https://code.forgejo.org/actions/go-hashfiles.git
synced 2024-11-21 23:31:04 -05:00
update readme
This commit is contained in:
parent
7210d0df2f
commit
9dfd9b73c8
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
This action is to compute the SHA256 hash of specified files.
|
This action is to compute the SHA256 hash of specified files.
|
||||||
|
|
||||||
|
The hash function is based on [nektos/act](https://github.com/nektos/act/blob/ac5dd8feb876d37ae483376a137c57383577dace/pkg/exprparser/functions.go#L183). Thanks!
|
||||||
|
|
||||||
**NOTE:** This action is written in Go. Please setup the Go environment before running this action or use a runner with Go environment installed.
|
**NOTE:** This action is written in Go. Please setup the Go environment before running this action or use a runner with Go environment installed.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue