hashFiles

suspend fun hashFiles(patterns: List<String>, followSymbolicLinks: Boolean = true, verbose: Boolean = false): String(source)

Hash files, the same as the actions context function `hashFiles.

Note that patterns are relative to GITHUB_WORKSPACE and only include files inside of it.

Parameters

followSymbolicLinks

whether to follow symbolic links when hashing files