Skip to content

Commit

Permalink
newlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Feb 2, 2024
1 parent f871257 commit 7dbf434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/github_actions/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func MaskInput(input string) {
}

func Log(format string, a ...any) {
fmt.Printf(format, a...)
fmt.Println(fmt.Sprintf(format, a...))
}

func LogNotice(format string, a ...any) {
Expand Down

0 comments on commit 7dbf434

Please sign in to comment.