pi-xcels/Cached Checkout with Artifacts

Caches and checks out the repository using artifacts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name and owner in the format "owner/repo". Defaults to the current repository.no${{ github.repository }}
refThe branch, tag or SHA to checkout. Defaults to the current ref.no${{ github.ref }}
pathPath to checkout the repository into. Defaults to ./checkout.nocheckout
tokenToken to use for checkout (e.g., github.token). Required if repository is private.no${{ github.token }}
namedescription
cache-hitBoolean indicating if the checkout artifact was restored.