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: simplify code by removing parallelism (#240)
This should make debugging any issue easier because the logs are less delayed.
Changes:
- simplify logger to log everything immediately
- handle each target repo sequentially instead of parallel
- fix incorrect git push status check - the output of git-push has changed which was unnoticed because of the parallelism