Skip to content

Commit 337d4dd

Browse files
committed
refactor: 更新分支名称
1 parent 10a6739 commit 337d4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.fork/custom-commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
{
66
"action" : {
7-
"script" : "git branch -d localBranchName\ngit push gitee.com --delete refs/heads/${ref}",
7+
"script" : "git branch -d ${ref}\ngit push gitee.com --delete refs/heads/${ref}",
88
"showOutput" : false,
99
"type" : "sh",
1010
"waitForExit" : true

0 commit comments

Comments
 (0)