@aki77/actions-hash-files

import * as core from '@actions/core' import { hashFiles } from '@aki77/actions-hash-files'

Usage no npm install needed!

<script type="module">
  import aki77ActionsHashFiles from 'https://cdn.skypack.dev/@aki77/actions-hash-files';
</script>

README

@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)
}