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 and smorihira committed Sep 10, 2024
1 parent 6263f37 commit a876d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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() *Data {
func (data *Data) initData() {
data.initPullRequestPaths()

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

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

0 comments on commit a876d3d

Please sign in to comment.