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:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
upload:
|
upload:
|
||||||
required: false
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
description: "Whether to upload to branch"
|
description: "Whether to upload to branch"
|
||||||
secrets:
|
secrets:
|
||||||
# username:github_pat
|
# username:github_pat
|
||||||
@@ -14,9 +14,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
upload:
|
upload:
|
||||||
required: false
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
description: "Whether to upload to branch"
|
description: "Whether to upload to branch"
|
||||||
jobs:
|
jobs:
|
||||||
build-lkm:
|
build-lkm:
|
||||||
|
|||||||
Reference in New Issue
Block a user