From c5ef8b01af7529e6984942d9b5a9c15b46deedf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Fedor?= Date: Thu, 14 Mar 2024 17:56:07 +0100 Subject: [PATCH] Change input type choice to string --- .github/workflows/run-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-build.yml b/.github/workflows/run-build.yml index f6dc41fc1..4fe9a9ce6 100644 --- a/.github/workflows/run-build.yml +++ b/.github/workflows/run-build.yml @@ -4,8 +4,7 @@ on: inputs: browser: required: true - type: choice - options: [firefox, chrome, edge] + type: string jobs: build: runs-on: ubuntu-latest