From df5eb56c2eb14bed183cbc373fdcce8c63362f19 Mon Sep 17 00:00:00 2001 From: "Breno A." Date: Sun, 29 Sep 2024 00:43:21 -0300 Subject: [PATCH] feat: branch comparison --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a706b75..b03d112 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,8 @@ inputs: required: false default: "false" relativeMode: - description: "Generate a report comparing the current branch with the target branch" + description: + "Generate a report comparing the current branch with the target branch" required: true default: "true" runs: