Skip to content

Commit

Permalink
Fix boolean input for is kots install enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed May 14, 2024
1 parent 9bbf8a2 commit 86b9b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-customer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ inputs:
is-kots-install-enabled:
description: "If KOTS install should be enabled for the customer."
required: false
default: "false"
outputs:
customer-id: # id of the customer
description: "Contains the customer id."
Expand Down

0 comments on commit 86b9b87

Please sign in to comment.