mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-single.template
This commit is contained in:
6
.github/workflows/build-single.template
vendored
6
.github/workflows/build-single.template
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user