mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-09 09:29:39 +00:00
ci: fix missing char
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
)
|
||||
}
|
||||
Seq = @{
|
||||
ServerUrl = "{{ vars.SEQ_URL }}"
|
||||
ServerUrl = "${{ vars.SEQ_URL }}"
|
||||
ApiKey = "${{ secrets.seq_api_key }}"
|
||||
MinimumLevel = "Trace"
|
||||
LevelOverride = @{
|
||||
|
||||
Reference in New Issue
Block a user