From 13e6c5f0275ea212995efa6e14541e97200743f4 Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:32:03 -0600 Subject: [PATCH] Update schema.json --- schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.json b/schema.json index a5e5310..d6021fc 100644 --- a/schema.json +++ b/schema.json @@ -557,6 +557,7 @@ }, "blocked_state": { "type": "string", + "default": "passed", "description": "The state that the build is set to when the build is blocked by this block step", "enum": [ "passed", "failed", "running" ] },