Skip to content

Commit 693a88e

Browse files
committed
fix missing log
1 parent 3951fbb commit 693a88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latest-release-branch/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
}
5252
major, minor, _ := ghutil.MajorMinorPatch(strings.TrimPrefix(strings.ReplaceAll(inputs.Pattern, "x", "0"), "v"))
5353

54-
branches, err := ghutil.GetReleaseBranches(ctx, client.Repositories, inputs.Owner, inputs.Repo)
54+
branches, err := ghutil.GetReleaseBranches(ctx, log, client.Repositories, inputs.Owner, inputs.Repo)
5555
if err != nil {
5656
log.Error("error getting release branches", "err", err)
5757
panic(err)

0 commit comments

Comments
 (0)