Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Stettler <[email protected]>
  • Loading branch information
replay committed Aug 9, 2024
1 parent a4a3b7e commit b3a7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/labeler/labeler.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (l *Labeler) Run(issue *github.Issue) error {
return err
}

err = githubaction.SetOutput("label", label)
err = githubaction.SetOutput("assignedLabel", label)
if err != nil {
return err
}
Expand Down

0 comments on commit b3a7751

Please sign in to comment.