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
refactor: Use PowerShell for input validation steps
Convert the validation steps from Bash to PowerShell for consistency
with the rest of the workflow which uses PowerShell as its default shell.
- Use PowerShell's -notmatch operator instead of Bash regex
- Use Write-Output instead of echo
- Maintain the same validation logic and error messages
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments