-
Notifications
You must be signed in to change notification settings - Fork 679
Closed as not planned
Description
On version 5.6.2, when using Windows runners with the default user data and start runner script the runner is not running any jobs, when investigating I noticed the UserData.log
shows:
Configure GH Runner as user ec2-user
.\config.cmd : Invalid configuration provided for url. Terminating unattended configuration.
At line:1 char:1
+ .\config.cmd --unattended --name windows-x64_i-0c96a1237c96979a5 --wo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Invalid configu... configuration.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
The runner shows up on GitHub, but it says it's offline.
shubhamsinha-sf