From 35d037abf5810698ff3d047321be58dda3323986 Mon Sep 17 00:00:00 2001
From: Lior Dux <lior.dux@develeap.com>
Date: Sun, 23 Mar 2025 22:33:45 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index f2c909e..5eef900 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,10 @@ The following is an extended example with all available options.
 ```yaml
 - uses: stefanzweifel/git-auto-commit-action@v5
   with:
+    # Perform a clean git tag and push, without commiting anything
+    # Default to false
+    git_tag_only: false
+
     # Optional. Commit message for the created commit.
     # Defaults to "Apply automatic changes"
     commit_message: Automated Change