From ce6bfa6a9d3f9b47f2d6fc3d253a6929a584e6eb Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Thu, 27 Mar 2025 15:23:25 +0000 Subject: [PATCH] Update .github/workflows/update-helm-depends.yaml --- .github/workflows/update-helm-depends.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-helm-depends.yaml b/.github/workflows/update-helm-depends.yaml index e88ba1c..d465937 100644 --- a/.github/workflows/update-helm-depends.yaml +++ b/.github/workflows/update-helm-depends.yaml @@ -1,4 +1,4 @@ -name: Update Helm Dependencies +name: ci on: workflow_dispatch: @@ -23,13 +23,14 @@ on: string: description: 'String' required: true + type: string jobs: build: runs-on: ubuntu-22.04 steps: - + - name: Repository meta id: repository run: | @@ -70,4 +71,4 @@ jobs: allow: network.host network: host platforms: linux/amd64,linux/arm64 - tags: ${{ steps.docker.outputs.tags }} \ No newline at end of file + tags: ${{ steps.docker.outputs.tags }}