From 7fa5b2e021f39ca9f157978a9e2a740d47e4b0a6 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 23 Nov 2025 10:24:24 +0800 Subject: [PATCH] chore(Fork): update Delete All custom command (#7164) --- .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 1473628b3..cd91ad2d2 100644 --- a/.fork/custom-commands.json +++ b/.fork/custom-commands.json @@ -4,7 +4,7 @@ }, { "action" : { - "script" : "git push gitcode.com --delete refs/heads/${ref}\ngit push gitee.com --delete refs/heads/${ref}\n", + "script" : "git push gitcode.com --delete refs/heads/${ref}\ngit push gitee.com --delete refs/heads/${ref}\ngit checkout main\ngit branch --delete --force ${ref}", "showOutput" : false, "type" : "sh", "waitForExit" : true