mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-03 21:23:00 +08:00
Fix snapshot page uploading
This commit is contained in:
@@ -28,7 +28,7 @@ object UpdateSnapshotPage {
|
||||
}
|
||||
val content = JsonObject().also { data ->
|
||||
data.addProperty("name", "Snapshot Build Output")
|
||||
data.addProperty("head_sha", sha)
|
||||
data.addProperty("head_sha", sha.trim())
|
||||
data.addProperty("conclusion", "success")
|
||||
data.add("output", JsonObject().also { output ->
|
||||
output.addProperty("title", "Snapshot build ($ver)")
|
||||
|
||||
Reference in New Issue
Block a user