chore: prepare release 1.11.0
This commit is contained in:
parent
2ad14f9ee2
commit
6cbea1a794
3 changed files with 8 additions and 3 deletions
|
@ -38,7 +38,7 @@ inputs:
|
|||
cache-key:
|
||||
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
|
||||
shared-cache-key:
|
||||
cache-shared-key:
|
||||
description: "A cache key that is used instead of the automatic `job`-based key, and is stable over multiple jobs."
|
||||
required: false
|
||||
matcher:
|
||||
|
@ -203,4 +203,4 @@ runs:
|
|||
cache-directories: ${{inputs.cache-directories}}
|
||||
cache-on-failure: ${{inputs.cache-on-failure}}
|
||||
key: ${{inputs.cache-key}}
|
||||
shared-key: ${{inputs.shared-cache-key}}
|
||||
shared-key: ${{inputs.cache-shared-key}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue