We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a4eca commit ff0a8e9Copy full SHA for ff0a8e9
git.go
@@ -77,6 +77,7 @@ func ISGithub(origin string) bool {
77
}
78
79
func WithPipeline(origin string) string {
80
+ origin = strings.TrimRight(origin, ".git")
81
if ISGithub((origin)) {
82
return origin + `/actions`
83
0 commit comments