Fix CI
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2026-01-22 18:35:41 +01:00
parent 963758494f
commit 7e80b45ca9

View File

@@ -121,10 +121,10 @@ class CiConfig(
println("Statusupdate $state $description") println("Statusupdate $state $description")
val body = """ val body = """
{ {
\"context\": \"SteamWarCI\", "context": "SteamWarCI",
\"description\": \"$description\", "description": "$description",
\"state\": \"$state\", "state": "$state",
\"target_url\": \"https://steamwar.de/buildlogs/$lognumber.txt\" "target_url": "https://steamwar.de/buildlogs/$lognumber.txt"
} }
""".trimIndent() """.trimIndent()
apiQuery("POST", "/statuses/$commit", body) apiQuery("POST", "/statuses/$commit", body)