From 1ccf29f20424ef9067590443b1b5bbc0e4d22e90 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:27:26 -0400 Subject: [PATCH] Input types as strings --- .github/workflows/eclipse-distro-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index 1e4f096d6..e1990a013 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -13,11 +13,7 @@ on: description: Build type such as 'snapshot', 'milestone' or 'release' required: true default: 'snapshot' - type: choice - options: - - snapshot - - milestone - - release + type: string jobs: