From 8654831d4cce2a6d7e46601e3ef357773596c72a Mon Sep 17 00:00:00 2001 From: cxh Date: Fri, 23 May 2025 17:44:42 +0800 Subject: [PATCH] Auto commit on 2025-05-23 17:44:42 --- git_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_update.sh b/git_update.sh index 6566bc5..5e0e3a1 100755 --- a/git_update.sh +++ b/git_update.sh @@ -16,7 +16,7 @@ COMMIT_MSG="Auto commit on $(date '+%Y-%m-%d %H:%M:%S')" git commit -m "$COMMIT_MSG" # 推送到远程 main 分支 -git push origin main +git push origin master if [ $? -eq 0 ]; then echo "推送成功!"