From d1dc1bc004ed6df175c6fb8fe2e36dc6e0cae9fc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:35:23 +0200 Subject: [PATCH] bake: allow the default target input to apply Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 574dedfc..87933b21 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -94,7 +94,7 @@ on: target: type: string description: "Bake target to build" - required: true + required: false default: default vars: type: string