This commit is contained in:
nuno maduro
2026-08-07 01:41:32 +01:00
parent cc7acfe485
commit 37bdf60a1c
6 changed files with 53 additions and 16 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ final class Project
$this->write('payload/graph.json', $payload);
return [
'PATH' => $this->path('stub').PATH_SEPARATOR.(string) getenv('PATH'),
'PATH' => $this->path('stub').PATH_SEPARATOR.getenv('PATH'),
'GH_STUB_MODE' => $mode,
'GH_STUB_PAYLOAD' => $this->path('payload/graph.json'),
];