mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
Support refresh runner configs with pipelines service. (#3706)
This commit is contained in:
@@ -343,6 +343,12 @@ namespace GitHub.Runner.Common
|
||||
".runner");
|
||||
break;
|
||||
|
||||
case WellKnownConfigFile.MigratedRunner:
|
||||
path = Path.Combine(
|
||||
GetDirectory(WellKnownDirectory.Root),
|
||||
".runner_migrated");
|
||||
break;
|
||||
|
||||
case WellKnownConfigFile.Credentials:
|
||||
path = Path.Combine(
|
||||
GetDirectory(WellKnownDirectory.Root),
|
||||
|
||||
Reference in New Issue
Block a user