mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-08-29 08:02:18 -05:00
* fix: do not report committed=true for empty commit SHA simple-git can resolve successfully with an empty commit hash when no commit was actually created; keep the committed output accurate. Co-authored-by: Cursor <cursoragent@cursor.com> * fix: stop tagging/pushing after empty commit SHA Let empty-SHA failures reject so the outer catch stops the action instead of continuing after setFailed. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>