Update cache/action.yaml

This commit is contained in:
Zakary Timson 2023-12-20 04:34:25 +00:00
parent 9b52a68118
commit 797e8607cb

4
cache/action.yaml vendored
View File

@ -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: