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