mirror of
https://github.com/actions/runner.git
synced 2026-01-07 10:51:38 +08:00
Allow enable auth migration by default. (#3804)
This commit is contained in:
@@ -268,7 +268,7 @@ namespace GitHub.Runner.Common
|
||||
}
|
||||
}
|
||||
|
||||
_trace.Info($"Enable auth migration at {_deferredAuthMigrationTime.ToString("O")}.");
|
||||
_trace.Info($"Enable auth migration at {DateTime.UtcNow.ToString("O")}.");
|
||||
AuthMigrationChanged?.Invoke(this, new AuthMigrationEventArgs(trace));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user