mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-05 23:16:02 +00:00
Correct 'use-job-key' field in action.yml
Fix typo in 'use-job-key' description and required field.
This commit is contained in:
parent
f68c22f6e1
commit
c33320fb91
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ inputs:
|
||||||
key:
|
key:
|
||||||
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:
|
||||||
|
description: "If the 'GITHIB_JOB' environemnt variable should be added to the cache name"
|
||||||
|
required: alse
|
||||||
|
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."
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue