Update .github/workflows/update-helm-depends.yaml
This commit is contained in:
parent
96189cae31
commit
75e337f54c
1 changed files with 25 additions and 0 deletions
25
.github/workflows/update-helm-depends.yaml
vendored
25
.github/workflows/update-helm-depends.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue