ci: fix formatting

This commit is contained in:
2025-09-27 22:23:49 +02:00
committed by GitHub
parent 763abf4e5d
commit 323b59df1c

View File

@@ -67,8 +67,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"