mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-05 13:57:47 +02:00
Update action.yml
This commit is contained in:
parent
be3863f944
commit
80a0ee3e72
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@ inputs:
|
|||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
skip-save:
|
||||
description: 'To save cache after the build or not'
|
||||
required: false
|
||||
default: 'no'
|
||||
skip-restore:
|
||||
description: 'To restore cache before the build or not'
|
||||
required: false
|
||||
default: 'no'
|
||||
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