Files
claude-code-action/action.yml
Ashwin Bhat 6626337d20 fix: suppress exit code from killed timeout watchdog process
When killing the timeout watchdog process after successful installation,
`wait` returns exit code 143 (SIGTERM). Add `|| true` to prevent this
from causing the step to fail.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 20:52:16 -05:00

17 KiB