You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Pro workflows: use correct working-directory for detect-changes
The Pro workflows have defaults.run.working-directory set to react_on_rails_pro.
Using working-directory: .. was attempting to go outside the workspace.
Changed to working-directory: . to run from workspace root where the script exists.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments