Skip to content

Commit

Permalink
Update the type of the default values of the action options
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored and jon-turney committed Jan 5, 2025
1 parent 7427b3d commit a39f501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
check-sig:
description: Should the setup.ini file signature be checked?
required: false
default: true
default: 'true'
pubkeys:
description: Absolute paths of extra public key files (RFC4880 format), separated by whitespace
required: false
Expand All @@ -28,11 +28,11 @@ inputs:
add-to-path:
description: Should Cygwin's bin directory be added to the system PATH?
required: false
default: true
default: 'true'
allow-test-packages:
description: Consider package versions marked test
required: false
default: false
default: 'false'
check-hash:
description: Check the hash of the installer
required: false
Expand Down

0 comments on commit a39f501

Please sign in to comment.