From 323b59df1cf39977835fde5d0aac237a50bc777d Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sat, 27 Sep 2025 22:23:49 +0200 Subject: [PATCH] ci: fix formatting --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa8bb27..484e251 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"