Update .github/workflows/update-helm-depends.yaml
This commit is contained in:
parent
d30af555d8
commit
ce6bfa6a9d
1 changed files with 4 additions and 3 deletions
5
.github/workflows/update-helm-depends.yaml
vendored
5
.github/workflows/update-helm-depends.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Update Helm Dependencies
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -23,13 +23,14 @@ on:
|
||||||
string:
|
string:
|
||||||
description: 'String'
|
description: 'String'
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
name: Repository meta
|
name: Repository meta
|
||||||
id: repository
|
id: repository
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue