From 2d3e7b84224c787deecde23a0b15020fa60792c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Wed, 17 Apr 2024 17:59:30 +0200 Subject: [PATCH] Replace choice with string on workflow_call --- .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: