From 4a55954c782fc1ea30b9056cd3e7a2b40ca8887d Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 28 Jun 2026 10:54:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3437190..94ee4e1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ The following is an extended example with all available options. # is evaluated in the same bash process as the action — `set -eu` is # in effect, the working directory is your repository, and all # `INPUT_*` env vars are visible. A non-zero exit aborts the action. - before_add_hook: 'git fetch --unshallow' + before_add_hook: '' after_add_hook: '' before_commit_hook: '' after_commit_hook: ''