forked from forgejo/forgejo
update README
This commit is contained in:
parent
404867f206
commit
bf26808fb3
3 changed files with 19 additions and 19 deletions
|
@ -526,6 +526,8 @@ func (t *HookTask) deliver() {
|
|||
t.Delivered = time.Now().UTC().UnixNano()
|
||||
if t.IsSucceed {
|
||||
log.Trace("Hook delivered: %s", t.UUID)
|
||||
} else {
|
||||
log.Trace("Hook delivery failed: %s", t.UUID)
|
||||
}
|
||||
|
||||
// Update webhook last delivery status.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue