fix: syntax
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -129,7 +129,7 @@ jobs:
|
||||
ApiKey = "KEY"
|
||||
MinimumLevel = "Trace"
|
||||
LevelOverride = @{
|
||||
Microsoft: "Warning"
|
||||
Microsoft = "Warning"
|
||||
}
|
||||
}
|
||||
ApiConfiguration = @{
|
||||
@@ -191,7 +191,7 @@ jobs:
|
||||
ApiKey = ${{ secrets.seq_api_key }}
|
||||
MinimumLevel = "Trace"
|
||||
LevelOverride = @{
|
||||
Microsoft: "Warning"
|
||||
Microsoft = "Warning"
|
||||
}
|
||||
}
|
||||
ApiConfiguration = @{
|
||||
|
||||
Reference in New Issue
Block a user