Skip to content

theowenyoung/folder-hash

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Folder Hash Action

The action can help you get folder hash, you can use it to generate cache key, etc...

Feture

  • support multiple folder

Inputs

path

Required A list of files, directories, and wildcard patterns to cache and restore. See @actions/glob for supported patterns.

Outputs

hash

The hash calculated by folder

Example usage

uses: theowenyoung/folder-hash@v3
with:
  path: |
    .cache
    public

About

A template to demonstrate how to build a JavaScript action.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%