-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add path input value to output values when restoring cache #1082
Copy link
Copy link
Closed
Labels
area:granular-controlIssues related to granular control in saving or restoring cacheIssues related to granular control in saving or restoring cachestale
Description
It is very important to use the same
keyandpaththat were used by eitheractions/cacheoractions/cache/savewhile saving the cache.
To make sure I use the same exact path value, it would be nice to have the path value from actions/cache/restore@v3 or actions/cache@v3 stored as an output so it can be used in a followup actions/cache/save@v3 step.
(This can currently be done with cache-primary-key)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:granular-controlIssues related to granular control in saving or restoring cacheIssues related to granular control in saving or restoring cachestale