seepine/hash-files

Compute the SHA256 hash of specified files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workdirThe working directory for the action. no${{ github.workspace }}
patternsThe patterns used to match files. You can input multiple patterns seperated by `\n`. We recommand using `|` to concat the patterns in `.yml` files. yes
gitignoreRespect ignore patterns in .gitignore files that apply to the globbed files. notrue
ignoreFilesGlob patterns to look for ignore files, which are then used to ignore globbed files. This is a more generic form of the gitignore option, allowing you to find ignore files with a compatible syntax. For instance, this works with Babel's .babelignore, Prettier's .prettierignore, or ESLint's .eslintignore files. no
namedescription
hashThe computed hash result
matched-filesThe files matched by the patterns