actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.39k stars 1.17k forks source link

`cache-saved` output for `cache/save` #1227

Open rikhuijzer opened 11 months ago

rikhuijzer commented 11 months ago

cache-hit exists for cache/restore and provides whether there was a cache hit. However, when using cache/save, there is no similar output which can be used to check for whether the cache was saved. This could be useful when building composite actions and checking whether the action was triggered? Feel free to close this issue if it isn't considered useful.

IanButterworth commented 6 months ago

I agree this would be helpful