mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-29 02:09:38 +08:00
Adding a basic retry loop during configuration. If configuration fails, the runner will just straight into a retry loop and will continuously fail until it dies after a while. This change will retry 10 times and will exit if the configuration wasn't successful. Also, changed the logging format, adding a bit of color in the event of success or failure.