Allow enable auth migration by default. (#3804)

This commit is contained in:
Tingluo Huang
2025-04-23 16:57:54 -04:00
committed by GitHub
parent fe10d4ae82
commit 1c319b4d42
3 changed files with 103 additions and 1 deletions

View File

@@ -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));
}