Skip to content

tankist/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 a cache key, etc...

Feature

  • support multiple folders

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: tankist/folder-hash@v4
with:
  path: |
    .cache
    public

About

A template to demonstrate how to build a JavaScript action.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages