log streaming, locking GH comments, execution headers, locale header, redeploy logic

This commit is contained in:
Matej Bačo
2023-06-22 12:59:41 +02:00
parent 399847d7ea
commit cc06a4bdaa
14 changed files with 450 additions and 318 deletions
+2 -2
View File
@@ -156,7 +156,7 @@ class Executor
*
* @param string $projectId
* @param string $deploymentId
* @param string $payload
* @param string $body
* @param array $variables
* @param int $timeout
* @param string $image
@@ -169,7 +169,7 @@ class Executor
public function createExecution(
string $projectId,
string $deploymentId,
string $body,
?string $body,
array $variables,
int $timeout,
string $image,