Skip to content

Commit

Permalink
Update default value of autodeploy to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Jan 7, 2025
1 parent 5af0370 commit d509ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
autodeploy:
required: false
description: "If true, automatically deploy the stack without manual confirmation"
default: false
default: "false"
api_key_id:
required: true
description: "API Key ID"
Expand Down

0 comments on commit d509ea6

Please sign in to comment.