From abf5d508727f1887c4e022f6ee9eb8380ee681ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Thu, 18 Apr 2024 19:27:33 +0200 Subject: [PATCH] Replace choice with string on workflow_call (#207) --- .github/workflows/build_single.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_single.yml b/.github/workflows/build_single.yml index ba4d60b3fa951..3a2798f5f819d 100644 --- a/.github/workflows/build_single.yml +++ b/.github/workflows/build_single.yml @@ -20,17 +20,11 @@ on: default: false system: description: "Package OS" - type: choice - options: - - rpm - - deb + type: string default: deb architecture: description: "Package architecture" - type: choice - options: - - amd64 - - x86_64 + type: string default: amd64 workflow_dispatch: inputs: