Closed as not planned
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
The article uses the following example for how to translate caching of workflow files:
image: node:latest
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- .npm/
There is no equivalent variable being shown for Github, instead the cache key is set to key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}
.
I think it would be better to use an example, where there is actually an equivalent variable in Github.
Additional information
No response