Skip to content

Commit

Permalink
fix git open -p
Browse files Browse the repository at this point in the history
  • Loading branch information
hellojukay committed Mar 8, 2024
1 parent 78a4eca commit ff0a8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func ISGithub(origin string) bool {
}

func WithPipeline(origin string) string {
origin = strings.TrimRight(origin, ".git")
if ISGithub((origin)) {
return origin + `/actions`
}
Expand Down

0 comments on commit ff0a8e9

Please sign in to comment.