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
This commit updates the `ci.yml` workflow to use a `heredoc` (`<<EOF`) for creating the `.env` file. This improves the readability and maintainability of the environment variable setup compared to using multiple `echo` commands.
0 commit comments