ci: fix 2

This commit is contained in:
2025-09-27 21:08:47 +02:00
committed by GitHub
parent 93aa12c630
commit c801730af9

View File

@@ -187,8 +187,8 @@ jobs:
}
}
Seq = @{
ServerUrl = ${{ vars.SEQ_URL }}
ApiKey = ${{ secrets.seq_api_key }}
ServerUrl = "${{ vars.SEQ_URL }}"
ApiKey = "${{ secrets.seq_api_key }}"
MinimumLevel = "Trace"
LevelOverride = @{
Microsoft = "Warning"