From 4e02e3bb429baf52389245673786f938c0ccf173 Mon Sep 17 00:00:00 2001 From: "rohitvinodmalhotra@gmail.com" Date: Wed, 5 Feb 2025 19:52:54 -0500 Subject: [PATCH] use correct property --- openhands/runtime/base.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openhands/runtime/base.py b/openhands/runtime/base.py index 87ef10d711a5..882a32062659 100644 --- a/openhands/runtime/base.py +++ b/openhands/runtime/base.py @@ -221,9 +221,9 @@ async def _handle_action(self, event: Action) -> None: assert event.timeout is not None try: if isinstance(event, CmdRunAction): - print('found event action', event.action) - if '$GITHUB_TOKEN' in event.action: - print('token required by action', event.action) + print('found event action', event.command) + if '$GITHUB_TOKEN' in event.command: + print('token required by action', event.command) await call_sync_from_async( self.run, CmdRunAction(