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:
parent
6b9048689b
commit
9cc4cfc950
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue