Skip to content

Commit de132b9

Browse files
authored
chore(Fork): add custom action script (#6065)
1 parent d570c8d commit de132b9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.fork/custom-commands.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"version": 2
4+
},
5+
{
6+
"action": {
7+
"script": "git push origin ${ref}\ngit push gitee.com ${ref}",
8+
"showOutput": false,
9+
"type": "sh",
10+
"waitForExit": true
11+
},
12+
"name": "Push All Branch",
13+
"refTargets": [
14+
"localbranch"
15+
],
16+
"target": "ref"
17+
}
18+
]

0 commit comments

Comments
 (0)