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