mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
Fix ticks
This commit is contained in:
parent
bacb78a9e2
commit
320b8b68f0
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ var HookPushNew = `
|
||||||
"avatar_url": "https://avatars.kbt.io/avatar/fe2a9e759730ee64c44bf8901bf4ccc3"
|
"avatar_url": "https://avatars.kbt.io/avatar/fe2a9e759730ee64c44bf8901bf4ccc3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'
|
`
|
||||||
|
|
||||||
// Sampled from Gogs version 0.9.97
|
// Sampled from Gogs version 0.9.97
|
||||||
// X-Gogs-Event: pull_request
|
// X-Gogs-Event: pull_request
|
||||||
|
@ -197,7 +197,7 @@ var HookPullRequestOpenNew = `
|
||||||
"avatar_url": "https://avatars.kbt.io/avatar/fe2a9e759730ee64c44bf8901bf4ccc3"
|
"avatar_url": "https://avatars.kbt.io/avatar/fe2a9e759730ee64c44bf8901bf4ccc3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'
|
`
|
||||||
|
|
||||||
// Sampled from Gogs version 0.9.97
|
// Sampled from Gogs version 0.9.97
|
||||||
// X-Gogs-Event: pull_request
|
// X-Gogs-Event: pull_request
|
||||||
|
@ -264,4 +264,4 @@ var HookPullRequestSynchronize = `
|
||||||
"avatar_url": "https://avatars.kbt.io/avatar/fe2a9e759730ee64c44bf8901bf4ccc3"
|
"avatar_url": "https://avatars.kbt.io/avatar/fe2a9e759730ee64c44bf8901bf4ccc3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'
|
`
|
||||||
|
|
Loading…
Reference in a new issue