mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Update Wording
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5f923bccfa
commit
2eb4a7f592
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user