Update cache/action.yaml
This commit is contained in:
parent
9b52a68118
commit
797e8607cb
4
cache/action.yaml
vendored
4
cache/action.yaml
vendored
@ -5,10 +5,12 @@ inputs:
|
|||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: ${{github.job_id}}
|
description: Key to store cache under
|
||||||
|
default: ${{github.run_id}}
|
||||||
pattern:
|
pattern:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
description: Files that will be cached
|
||||||
default: "*"
|
default: "*"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
Loading…
Reference in New Issue
Block a user