Skip to content

Commit

Permalink
Update hack/actions/gen/main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
hlts2 authored Sep 9, 2024
1 parent fb6c65e commit 05a45e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (data *Data) initPullRequestPaths() {
}
}

func (data *Data) initData() {
func (data *Data) initData() *Data {
data.initPullRequestPaths()

if data.AliasImage {
Expand All @@ -463,6 +463,7 @@ func (data *Data) initData() {
} else {
data.Maintainer = defaultMaintainer
}
return data
}

func (data *Data) generateWorkflowStruct() (*Workflow, error) {
Expand Down

0 comments on commit 05a45e8

Please sign in to comment.