fix: syntax

This commit is contained in:
2025-09-27 21:04:03 +02:00
committed by GitHub
parent 046180fe63
commit 93aa12c630

View File

@@ -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 = @{