Skip to content

Commit 1c72213

Browse files
committed
Added option to plugin schema and documentation
1 parent 712c7fa commit 1c72213

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Assuming the underlying executables are available, the allowed values are:
7373
* `tgz`: `tar` with gzip compression
7474
* `zip`: `(un)zip` compression
7575

76+
### `force` (boolean, optional, save only)
77+
78+
Force saving the cache even if it exists. Default: `false`.
79+
7680
### `manifest` (string, required if using `file` caching level)
7781

7882
A path to a file or folder that will be hashed to create file-level caches.

plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ configuration:
2121
- zip
2222
- tar
2323
- tgz
24+
force:
25+
type: boolean
2426
manifest:
2527
type: string
2628
path:

0 commit comments

Comments
 (0)