mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 03:45:31 +00:00
test
This commit is contained in:
parent
790b78c6b6
commit
d463e30c26
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ async function restoreImpl(
|
|||
|
||||
// Store the matched cache key in states
|
||||
stateProvider.setState(State.CacheMatchedKey, cacheKey);
|
||||
core.debug("setState: " + State.CacheMatchedKey + " " + cacheKey);
|
||||
|
||||
const isExactKeyMatch = utils.isExactKeyMatch(
|
||||
core.getInput(Inputs.Key, { required: true }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue