Open anuraaga opened 3 years ago
GitHub caching has a standard pattern of calling the magic hashFiles function for creating cache keys
hashFiles
https://github.com/actions/cache#creating-a-cache-key
It seems worth it to follow the pattern here too, to allow using a non-file for the key too. In the meantime, we have to echo the value into a file
echo
GitHub caching has a standard pattern of calling the magic
hashFiles
function for creating cache keyshttps://github.com/actions/cache#creating-a-cache-key
It seems worth it to follow the pattern here too, to allow using a non-file for the key too. In the meantime, we have to
echo
the value into a file