mirror of
https://github.com/thegeeklab/drone-github-comment.git
synced 2024-11-22 18:50:39 +00:00
fix: use proper logger info function instead if print
This commit is contained in:
parent
6a8d6f1df5
commit
ac04718aec
@ -83,7 +83,7 @@ func (p *Plugin) Execute() error {
|
||||
}
|
||||
|
||||
if p.settings.SkipMissing && !p.settings.IsFile {
|
||||
logrus.Printf("comment skipped: 'message' is not a valid path or file does not exist while 'skip-missing' is enabled")
|
||||
logrus.Infof("comment skipped: 'message' is not a valid path or file does not exist while 'skip-missing' is enabled")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user