From ccd5ceac8ba0044f2f0b3eace3af65ee4e62087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 6 Mar 2022 11:50:38 +0100 Subject: [PATCH] Update build-single.template --- .github/workflows/build-single.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-single.template b/.github/workflows/build-single.template index 25f17977..76387754 100644 --- a/.github/workflows/build-single.template +++ b/.github/workflows/build-single.template @@ -2,6 +2,10 @@ name: Build single on: workflow_dispatch: inputs: + sourcerepo: + description: Source repository + required: true + default: 'master' choice: type: choice description: Choose a board @@ -30,7 +34,7 @@ jobs: runner: "big" part: 1 of: 1 - sourcerepo: 'master' + sourcerepo: '${{ github.event.inputs.sourcerepo }}' include: 'grep -w ${{ github.event.inputs.choice }} | ' exclude: '' uploading: false