From d8d64ab036124844a424a595772ee302a38d2b44 Mon Sep 17 00:00:00 2001
From: Dawid Dziurla <dawidd0811@gmail.com>
Date: Mon, 10 Feb 2025 18:04:31 +0100
Subject: [PATCH] Update action.yml

---
 action.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/action.yml b/action.yml
index 53fdc2c..8af5a08 100644
--- a/action.yml
+++ b/action.yml
@@ -34,15 +34,15 @@ inputs:
   sudo:
     description: Set to "true" if root is required for running your playbook
     required: false
-    default: "false"
+    default: false
   no_color:
     description: Set to "true" if the Ansible output should not include colors (defaults to "false")
     required: false
-    default: "false"
+    default: false
   check_mode:
     description: Set to "true" to enable check (dry-run) mode
     required: false
-    default: "false"
+    default: false
 outputs:
   output:
     description: The captured output of both stdout and stderr from the Ansible Playbook run