We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75530a commit 31352f6Copy full SHA for 31352f6
.github/workflows/get_base_branch.py
@@ -0,0 +1,4 @@
1
+import sys
2
+
3
+branch=sys.argv[1].split("/")
4
+print(f"{branch[2]}/{branch[3]}")
0 commit comments