mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-05 05:47:48 +02:00
Updated default workflow with new input
This commit is contained in:
parent
82174f3e1f
commit
8d0c6dd906
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ inputs:
|
|||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
strict-restore:
|
||||
description: 'Fail the workflow if the cache is not found for the given key.'
|
||||
required: false
|
||||
default: "false"
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
|
Loading…
Add table
Reference in a new issue