Skip to content

Commit 31352f6

Browse files
authored
Create get_base_branch.py
1 parent a75530a commit 31352f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/get_base_branch.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import sys
2+
3+
branch=sys.argv[1].split("/")
4+
print(f"{branch[2]}/{branch[3]}")

0 commit comments

Comments
 (0)