From 687de73a34be20ffc05b60d808be89086bfd9058 Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Tue, 29 Apr 2025 13:46:59 +0200 Subject: [PATCH] Set action to use --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e111520..f6a0db2 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Generate diagram from Helm chart" - uses: ./ + uses: philippemerle/KubeDiagrams@main with: type: "helm" args: 'https://charts.jetstack.io/cert-manager'