Skip to content

Commit 3a53040

Browse files
committed
README: document the verbose input parameter, too
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3b90157 commit 3a53040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Git for Windows SDK comes in variants targeting `x86_64` (AKA "64-bit") and `i6
6262

6363
Please note that only the `build-installers` and the `full` flavors are available for `i686`.
6464

65+
### Verbosity
66+
67+
By default, this Action prints a line whenever 250 items were extracted (this does not work for the `full` flavor, where this Action is silent by default). It can be overridden by setting the input parameter `verbose`; setting it to a number will show updates whenever that many items were extracted. Setting it to `false` will suppress progress updates. Setting it to `true` will print every extracted file (this also works for the `full` flavor).
68+
6569
## Developing _this_ Action
6670

6771
> First, you'll need to have a reasonably modern version of `node` handy, such as Node 12.

0 commit comments

Comments
 (0)