From 61a7a84bfca10b2e72ce9f447e366563b0075b91 Mon Sep 17 00:00:00 2001 From: Suni-code Date: Thu, 21 Nov 2024 22:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E9=80=81=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 5196504..1655151 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,4 +12,4 @@ git commit -m "$input" #同步远程仓库文件 git pull # 推送到远程的main分支 -git push origin main +git push origin suni