mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 03:49:58 -06:00
Added comprehensive debugging to diagnose why get_pyproject_version.py is not receiving arguments correctly after git reset. Changes: - Added debug output showing current directory, GITHUB_WORKSPACE, and paths - Changed pyproject.toml path to use absolute path with GITHUB_WORKSPACE - Added ls commands to verify files exist before running script - This will help identify if the git reset is affecting path resolution The error shows the script's usage message, indicating arguments aren't being passed correctly. The debug output will reveal why. Related: https://github.com/trycua/cua/actions/runs/19482970320 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>