Skip to content

Commit 863017c

Browse files
authored
chore(Fork): update branch variable in script (#6081)
1 parent 03e52bd commit 863017c

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)