3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-05 06:59:13 +00:00

docs: Align formatting in README.md with existing documentation

This commit is contained in:
Ryan-Brice 2025-10-31 18:59:43 +08:00
parent 6b9048689b
commit 9cc4cfc950
No known key found for this signature in database
GPG key ID: 3702BD1113AFDD13

View file

@ -131,7 +131,8 @@ This action currently caches the following files/directories:
This cache is automatically keyed by:
- the github [`job_id`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id) (if `add-job-id-key` is `"true"`),
- the github [`job_id`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id)
(if `add-job-id-key` is `"true"`),
- the rustc release / host / hash,
- the following values, if `add-rust-environment-hash-key` is `"true"`:
- the value of some compiler-specific environment variables (eg. RUSTFLAGS, etc), and