We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c45b5 commit 4330bb0Copy full SHA for 4330bb0
README.md
@@ -166,7 +166,7 @@ By default, the cache is automatically keyed by:
166
- the github
167
[job_id](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_id)
168
- the runner os and architecture
169
-- a hash of the deno.lock files in the project
+- a hash of the `deno.lock` files in the project
170
171
It is possible to customize the default hash
172
(`${{ hashFiles('**/deno.lock') }}`) used as part of the cache key via the
0 commit comments