mirror of
https://github.com/actions/runner.git
synced 2026-01-01 23:23:58 +08:00
Remove Runner.Listener from error message
This commit is contained in:
@@ -53,7 +53,7 @@ namespace GitHub.Runner.Listener.Configuration
|
|||||||
Trace.Info(nameof(LoadSettings));
|
Trace.Info(nameof(LoadSettings));
|
||||||
if (!IsConfigured())
|
if (!IsConfigured())
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException("Not configured. Run config.sh or invoke Runner.Listener with the argument [config]");
|
throw new InvalidOperationException("Not configured. Run config.(sh/cmd) to generate configuration.");
|
||||||
}
|
}
|
||||||
|
|
||||||
RunnerSettings settings = _store.GetSettings();
|
RunnerSettings settings = _store.GetSettings();
|
||||||
|
|||||||
Reference in New Issue
Block a user