mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
fix missing default user-agent for jitconfig runner. (#3473)
This commit is contained in:
@@ -370,6 +370,11 @@ namespace GitHub.Runner.Common.Tests
|
||||
Unloading(this, null);
|
||||
}
|
||||
}
|
||||
|
||||
public void LoadDefaultUserAgents()
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public class DelayEventArgs : EventArgs
|
||||
|
||||
Reference in New Issue
Block a user