keke046/Run command with local cache

This command run a script with a local cache if the cache key is found, it will use the cached result Otherwise, it will run the script and save the result to the cache If the script fails, it will not save the result to the cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 27, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: keke046/local-cached-run-action@4aeb7eb6b21c3ddd782a975ad0fcad60f84e5051 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
prefixThe prefix to use for the cache directoryyes
keyThe cache key to useyes
pathThe path to the cache directoryyes
runThe command to runyes
cache_base_dirThe base directory to use for the cacheno/cache

no outputs