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:
|
||||
type: string
|
||||
required: false
|
||||
default: ${{github.job_id}}
|
||||
description: Key to store cache under
|
||||
default: ${{github.run_id}}
|
||||
pattern:
|
||||
type: string
|
||||
required: false
|
||||
description: Files that will be cached
|
||||
default: "*"
|
||||
|
||||
runs:
|
||||
|
Loading…
Reference in New Issue
Block a user