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 3951fbb commit 693a88eCopy full SHA for 693a88e
latest-release-branch/main.go
@@ -51,7 +51,7 @@ func main() {
51
}
52
major, minor, _ := ghutil.MajorMinorPatch(strings.TrimPrefix(strings.ReplaceAll(inputs.Pattern, "x", "0"), "v"))
53
54
- branches, err := ghutil.GetReleaseBranches(ctx, client.Repositories, inputs.Owner, inputs.Repo)
+ branches, err := ghutil.GetReleaseBranches(ctx, log, client.Repositories, inputs.Owner, inputs.Repo)
55
if err != nil {
56
log.Error("error getting release branches", "err", err)
57
panic(err)
0 commit comments