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: Replace heredoc with echo commands to resolve YAML syntax error
- Use individual echo commands instead of heredoc for .env.prod creation
- Fixes YAML parser error with ${{ secrets.* }} variables inside heredoc
- Each environment variable now written with separate echo statement
- Prevents GitHub Actions from interpreting secrets as YAML syntax
0 commit comments