Update .github/workflows/update-helm-depends.yaml
This commit is contained in:
parent
75e337f54c
commit
4ed5765496
1 changed files with 6 additions and 0 deletions
6
.github/workflows/update-helm-depends.yaml
vendored
6
.github/workflows/update-helm-depends.yaml
vendored
|
@ -24,3 +24,9 @@ on:
|
||||||
description: 'String'
|
description: 'String'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo ${{ inputs.logLevel }}
|
||||||
|
|
Loading…
Reference in a new issue