Update .github/workflows/update-helm-depends.yaml

This commit is contained in:
richardrobertreitz 2025-03-27 15:15:56 +00:00
parent 96189cae31
commit 75e337f54c

View file

@ -1 +1,26 @@
name: Update Helm Dependencies name: Update Helm Dependencies
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log Level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
boolean:
description: 'Boolean'
required: false
type: boolean
number:
description: 'Number'
default: '100'
type: number
string:
description: 'String'
required: true
type: string