mirror of
https://github.com/actions/runner.git
synced 2026-01-01 15:07:38 +08:00
Fix IDE0090 (#2211)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace GitHub.Runner.Worker.Expressions
|
||||
|
||||
string githubWorkspace = workspaceData.Value;
|
||||
bool followSymlink = false;
|
||||
List<string> patterns = new List<string>();
|
||||
List<string> patterns = new();
|
||||
var firstParameter = true;
|
||||
foreach (var parameter in Parameters)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user