From f84fcc035c439636c7ebef1d4f57d463cf4892ab Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 23 May 2025 23:43:04 +0800 Subject: [PATCH] Update git.tpl --- plugins/webhook/tpl/git.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webhook/tpl/git.tpl b/plugins/webhook/tpl/git.tpl index 2ec1e9c0f..7a04d73be 100644 --- a/plugins/webhook/tpl/git.tpl +++ b/plugins/webhook/tpl/git.tpl @@ -3,7 +3,7 @@ echo "" > {$ROOT_PATH}/server/webhook/scripts/{$REPO_NAME}.log export HOME=/tmp date "+%Y-%m-%d %H:%M:%S" -# 和手动命令一起执行 +# 和手动命令一起执行一次 git config --global credential.helper store git config --global pull.rebase false