Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

aki77/actions-hash-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published