mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2025-12-18 17:36:41 +08:00
chore(Fork): update Delete All custom command (#7164)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user