fixed error message
This commit is contained in:
parent
32eaa11037
commit
901e15858d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -213,7 +213,7 @@ func statusUpdate(obj interface{}, s *StatusCache, sec typedcorev1.SecretInterfa
|
|||
}
|
||||
err = postComment(pr, url, issue, secret)
|
||||
if err != nil {
|
||||
log.Printf("error posting comment for %s:%s: %v", sha, status, err)
|
||||
log.Printf("error posting comment for %s issue %s: %v", url, issue, err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue