wildmason/GHA Cache Proof

Check and emulate GitHub Actions cache behavior with receipt-backed local evidence.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionCrate version to install, or latest.nolatest
commandCommand to run. Use restore, save, or check-workflow.nocheck-workflow
storeLocal cache store directory.no.gha-cache-proof
workspaceWorkspace directory.no.
repoRepository root for check-workflow.no.
workflowNewline-separated workflow paths for check-workflow.no
keyCache key for restore or save.no
restore-keyNewline-separated restore keys for restore.no
pathNewline-separated cache paths.no
referenceCurrent Git ref for cache scope.no${{ github.ref }}
default-branchDefault branch name.no${{ github.event.repository.default_branch }}
base-refOptional base ref for pull request cache access.no
runner-osRunner OS: linux, windows, or macos.nolinux
enable-cross-os-archiveEnable cross-OS archive versioning.nofalse
lookup-onlyCheck for a cache hit without restoring files.nofalse
fail-on-cache-missFail restore when no cache entry matches.nofalse
formatReceipt format: text, json, or markdown.notext
outputOptional receipt output path.no
strictTreat warnings as failures.nofalse

no outputs