fix: add debug_enabled to workflow_call
This commit is contained in:
parent
6c29e968dc
commit
4c4cc52c52
|
@ -2,6 +2,10 @@ name: Build/Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
debug_enabled:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue