From 3e1d1b2a1f9f8484e22e937137c5625251510e4d Mon Sep 17 00:00:00 2001 From: Magnus Markling Date: Tue, 2 Jul 2024 17:44:14 +0200 Subject: [PATCH] Clarify caching inputs (#77) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaf52a..53e2d82 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ The action caches the baseline rustdoc for each package in the workspace. The ke - internal, unchangable component, being a concatenation of the runner OS, `rustc` version, `cargo-semver-checks` version and hash of all `Cargo.lock` files in the current workspace, - constant suffix `"semver-checks-rustdoc"`. -Runs that differ in at least one of the above components will use separate caches. Inputs `shared-key` and `cache-key` might be therefore used to customize the caching strategy. For example, the two following jobs will share the key even despite using different `manifest-path`: +Runs that differ in at least one of the above components will use separate caches. Inputs `prefix-key` and `shared-key` might be therefore used to customize the caching strategy. For example, the two following jobs will share the key even despite using different `manifest-path`: ```yaml semver: runs-on: ubuntu-latest