Update build-lkm.yml to force uploading inputs to be required, default value changed to true
This commit is contained in:
8
.github/workflows/build-lkm.yml
vendored
8
.github/workflows/build-lkm.yml
vendored
@@ -3,9 +3,9 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
upload:
|
||||
required: false
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
description: "Whether to upload to branch"
|
||||
secrets:
|
||||
# username:github_pat
|
||||
@@ -14,9 +14,9 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
upload:
|
||||
required: false
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
description: "Whether to upload to branch"
|
||||
jobs:
|
||||
build-lkm:
|
||||
|
||||
Reference in New Issue
Block a user