8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7427b3d commit a39f501Copy full SHA for a39f501
action.yml
@@ -18,7 +18,7 @@ inputs:
18
check-sig:
19
description: Should the setup.ini file signature be checked?
20
required: false
21
- default: true
+ default: 'true'
22
pubkeys:
23
description: Absolute paths of extra public key files (RFC4880 format), separated by whitespace
24
@@ -28,11 +28,11 @@ inputs:
28
add-to-path:
29
description: Should Cygwin's bin directory be added to the system PATH?
30
31
32
allow-test-packages:
33
description: Consider package versions marked test
34
35
- default: false
+ default: 'false'
36
check-hash:
37
description: Check the hash of the installer
38
0 commit comments