diff --git a/cache/action.yaml b/cache/action.yaml index 627e35d..d74fb16 100644 --- a/cache/action.yaml +++ b/cache/action.yaml @@ -3,13 +3,13 @@ desciption: Compress and cache files for later inputs: key: - required: true type: string - default: default + required: false + default: ${{github.job_id}} pattern: - required: true type: string - default: * + required: false + default: "*" runs: using: composite