Fix debug in remote runtime (#6688)

This commit is contained in:
Robert Brennan 2025-02-11 12:43:46 -05:00 committed by GitHub
parent 3188646195
commit 1afe7f1058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,7 +215,7 @@ class RemoteRuntime(ActionExecutionClient):
environment = {
'DEBUG': 'true'
if self.config.debug or os.environ.get('DEBUG', 'false').lower() == 'true'
else {},
else '',
}
environment.update(self.config.sandbox.runtime_startup_env_vars)
start_request = {