From 337d4dd9a2c4ef9b5ce3440ccc988ea6b6396fce Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 22 May 2025 11:26:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .fork/custom-commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fork/custom-commands.json b/.fork/custom-commands.json index 0087667e558..c1c5cce0248 100644 --- a/.fork/custom-commands.json +++ b/.fork/custom-commands.json @@ -4,7 +4,7 @@ }, { "action" : { - "script" : "git branch -d localBranchName\ngit push gitee.com --delete refs/heads/${ref}", + "script" : "git branch -d ${ref}\ngit push gitee.com --delete refs/heads/${ref}", "showOutput" : false, "type" : "sh", "waitForExit" : true