We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af728db commit 3b8fb2aCopy full SHA for 3b8fb2a
src/Service/Agent/Serializer/ActionResultSerializer.php
@@ -62,7 +62,7 @@ public function serialize(ResultInterface $result): AgentMessage
62
63
private function extractName(string $content): string
64
{
65
- preg_match('/\* Action: ([A-Za-z0-9-]+)/im', $content, $matches);
+ preg_match('/Action: ([A-Za-z0-9-]+)/im', $content, $matches);
66
67
$name = $matches[1] ?? null;
68
if (empty($name)) {
0 commit comments