1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-21 23:33:13 +00:00

Update type of debug_enabled input.

This commit is contained in:
yfprojects 2023-02-17 13:57:21 +00:00
parent 35d9a3b438
commit f1e1ea4538

View file

@ -6,6 +6,7 @@ on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled'
required: false
default: false