mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
Update runner.go
This commit is contained in:
parent
efdf4140f0
commit
653029c94d
@ -626,8 +626,8 @@ func (t *TaskRunner) getEnvironmentExtraVars() (str string, err error) {
|
||||
}
|
||||
|
||||
taskDetails := make(map[string]interface{})
|
||||
|
||||
taskDetails["id"] = t.task.ID
|
||||
|
||||
taskDetails["id"] = t.task.ID
|
||||
|
||||
if t.task.Message != "" {
|
||||
taskDetails["message"] = t.task.Message
|
||||
|
Loading…
Reference in New Issue
Block a user