fix: add debug_enabled to workflow_call

This commit is contained in:
Derrick Hammer 2023-06-25 03:26:40 -04:00
parent 6c29e968dc
commit 4c4cc52c52
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ name: Build/Publish
on: on:
workflow_call: workflow_call:
inputs:
debug_enabled:
type: boolean
default: false
jobs: jobs:
build: build: