mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix(runners): return webhook name
This commit is contained in:
parent
3d818ea04c
commit
6976b2aa52
@ -372,7 +372,7 @@ func (p *JobPool) tryRegisterRunner() bool {
|
||||
|
||||
jsonBytes, err := json.Marshal(RunnerRegistration{
|
||||
RegistrationToken: util.Config.Runner.RegistrationToken,
|
||||
Webhook: util.Config.Runner.Integration,
|
||||
Webhook: util.Config.Runner.Webhook,
|
||||
MaxParallelTasks: util.Config.Runner.MaxParallelTasks,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user