Skip to content

Commit

Permalink
Apply review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TakumaKurosawa committed Nov 9, 2023
1 parent 78f339e commit 449aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/actions-plan-preview/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func main() {
return
}

if comment.IsMinimized {
if bool(comment.IsMinimized) {
log.Printf("Previous plan-preview comment has already minimized. So don't minimize anything\n")
return
}
Expand Down

0 comments on commit 449aa1b

Please sign in to comment.