Skip to content

v2.2.5 - Fix command array building

Latest

Choose a tag to compare

@prudhomm prudhomm released this 12 Jan 05:24

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