Skip to content

Commit 4429d5a

Browse files
authored
Update ci.go
1 parent 0313a4b commit 4429d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func githubActions() (ci CI, err error) {
145145
)
146146

147147
ref := os.Getenv("GITHUB_REF")
148-
pr := 0
148+
pr := ""
149149
if ref != "" {
150150
prRegex := regexp.MustCompile(`refs/pull/\d*/merge`)
151151
if prRegex.MatchString(ref) {

0 commit comments

Comments
 (0)