0.1.0 • Published 5 years ago
@aki77/actions-hash-files v0.1.0
@aki77/actions-replace-comment
Usage
import * as core from '@actions/core'
import { hashFiles } from '@aki77/actions-hash-files'
async function run(): Promise<void> {
const hash = await hashFiles(['yarn.lock', 'src/**/*.ts'])
core.debug(hash)
}
0.1.0
5 years ago