This action is to compute the SHA256 hash of specified files.
NOTE: This action is written in Go. Please make sure the runs-on runner supports running Go actions.
Usage
- uses:actions/go-hashfiles@v0.0.1with:# The working dir for the action.# Default: ${{ github.workspace }}workdir:''# The patterns used to match files.# Multiple patterns should be seperated by `\n`patterns:''