@actions/cache: After modifying key
, Cache not found for input keys: xxx
will not be thrown
#928
Labels
scope: templates
Related to an init template, not necessarily to core (but could influence core)
scope: upstream
Issue in upstream dependency
solution: out-of-scope
This is out of scope for this project
solution: outdated
This is not up-to-date with the current version
Current Behavior
I modified
key
, but when I run the workflow, it still prompts me forCache restored from key: Linux-jd-node-modules-xxxx
.Expected behavior
Isn’t it supposed to prompt me
Cache not found for input keys: Linux-jd-node-modules-
?Suggested solution(s)
After modifying
Key
, the cache should not be restored from the previouskey
when the workflow is run for the first time.Additional context
Before modification
After modification
Your environment
The text was updated successfully, but these errors were encountered: