From 07f3714b92f24fc1b57f6261a1f949e3b2fd0e69 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 18 Sep 2022 18:24:50 +0200 Subject: [PATCH] test workaround for weird gh manual action behaviour --- .github/workflows/preparerelease.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preparerelease.yml b/.github/workflows/preparerelease.yml index bd5484a4..faf09c12 100644 --- a/.github/workflows/preparerelease.yml +++ b/.github/workflows/preparerelease.yml @@ -13,6 +13,7 @@ on: description: Limit to this architecture required: false type: choice + default: '' options: - '' - amd64 @@ -23,6 +24,7 @@ on: description: Limit to this image required: false type: choice + default: '' options: - '' - bullseye