ci: add debug

This commit is contained in:
Derrick Hammer 2023-06-30 05:40:39 -04:00
parent ec871fde52
commit 888c510d05
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@ on:
- master
- develop
- develop-*
workflow_dispatch:
inputs:
debug_enabled:
description: Debug
type: boolean
default: false
jobs:
main:
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master