mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-06 23:46:03 +00:00
Fix description and requirement for use-job-key
Correct description and requirement for 'use-job-key'.
This commit is contained in:
parent
5788d5f736
commit
828b5ceb21
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ inputs:
|
||||||
description: "An additional cache key that is added alongside the automatic `job`-based cache key and can be used to further differentiate jobs."
|
description: "An additional cache key that is added alongside the automatic `job`-based cache key and can be used to further differentiate jobs."
|
||||||
required: false
|
required: false
|
||||||
use-job-key:
|
use-job-key:
|
||||||
description: "If the 'GITHIB_JOB' environemnt variable should be added to the cache name"
|
description: "If the automatic `job`-based cache key should be used for the cache name. Defaults to true."
|
||||||
required: alse
|
required: false
|
||||||
default: "true"
|
default: "true"
|
||||||
env-vars:
|
env-vars:
|
||||||
description: "Additional environment variables to include in the cache key, separated by spaces."
|
description: "Additional environment variables to include in the cache key, separated by spaces."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue