From 2eb4a7f592e1fb68ee2582eff5f97d501b104bb5 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 7 May 2026 14:08:15 +0200 Subject: [PATCH] Update Wording Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c7786fc..6160932 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ inputs: outputs: changes_detected: - description: Value is "true" if changes were detected and committed. Value is "false" if the working tree was clean or only CRLF changes were staged. Not set in `create_git_tag_only` mode. + description: Value is "true" if matching changes were detected and committed. Value is "false" if no matching changes were detected or only CRLF changes were staged. Not set in `create_git_tag_only` mode. commit_hash: description: Full hash of the created commit. Only set when a commit was actually made (i.e. `changes_detected` is "true"). create_git_tag_only: