Explorar el Código

feat: Add actionTitle to shellAfterCompleted

jamesread hace 8 meses
padre
commit
9c8e8ec25d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      service/internal/executor/executor.go

+ 1 - 0
service/internal/executor/executor.go

@@ -629,6 +629,7 @@ func stepExecAfter(req *ExecutionRequest) bool {
 		"exitCode":               fmt.Sprintf("%v", req.logEntry.ExitCode),
 		"ot_executionTrackingId": req.TrackingID,
 		"ot_username":            req.AuthenticatedUser.Username,
+		"actionTitle":            req.logEntry.ActionTitle,
 	}
 
 	finalParsedCommand, err := parseCommandForReplacements(req.Action.ShellAfterCompleted, args)