mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-07-07 16:15:09 +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 = @{
|
Seq = @{
|
||||||
ServerUrl = "{{ vars.SEQ_URL }}"
|
ServerUrl = "${{ vars.SEQ_URL }}"
|
||||||
ApiKey = "${{ secrets.seq_api_key }}"
|
ApiKey = "${{ secrets.seq_api_key }}"
|
||||||
MinimumLevel = "Trace"
|
MinimumLevel = "Trace"
|
||||||
LevelOverride = @{
|
LevelOverride = @{
|
||||||
|
|||||||
Reference in New Issue
Block a user