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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 27, 2025
- License
- None
Pinned Snippet
uses: keke046/local-cached-run-action@4aeb7eb6b21c3ddd782a975ad0fcad60f84e5051 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | The prefix to use for the cache directory | yes | — |
| key | The cache key to use | yes | — |
| path | The path to the cache directory | yes | — |
| run | The command to run | yes | — |
| cache_base_dir | The base directory to use for the cache | no | /cache |
Outputs
no outputs