File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ inputs:
21
21
required : false
22
22
only-new-issues :
23
23
description : " if set to true and the action runs on a pull request - the action outputs only newly found issues"
24
- default : false
24
+ default : ' false'
25
25
required : false
26
26
skip-cache :
27
27
description : |
28
28
if set to true then the all caching functionality will be complete disabled,
29
29
takes precedence over all other caching options.
30
- default : false
30
+ default : ' false'
31
31
required : false
32
32
skip-pkg-cache :
33
33
description : " if set to true then the action doesn't cache or restore ~/go/pkg."
34
- default : false
34
+ default : ' false'
35
35
required : false
36
36
skip-build-cache :
37
37
description : " if set to true then the action doesn't cache or restore ~/.cache/go-build."
38
- default : false
38
+ default : ' false'
39
39
required : false
40
40
install-mode :
41
41
description : " The mode to install golangci-lint. It can be 'binary' or 'goinstall'."
You can’t perform that action at this time.
0 commit comments