Fixed
- Rebuild command array properly to ensure all arguments are passed
- Add each argument separately with proper quoting
- Add debug output showing the full command being executed
- Use full path to venv command for reliability
Details
The bash array expansion wasn't working correctly in the composite action context, causing arguments to be lost. Now builds the command array incrementally, adding each argument separately.
Full Changelog: v2.2.4...v2.2.5