chore(Fork): update Delete All custom command (#7164)

This commit is contained in:
Argo Zhang
2025-11-23 10:24:24 +08:00
committed by GitHub
parent a70a3310cc
commit 7fa5b2e021

View File

@@ -4,7 +4,7 @@
}, },
{ {
"action" : { "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, "showOutput" : false,
"type" : "sh", "type" : "sh",
"waitForExit" : true "waitForExit" : true