From f5f3b08caff9854f039ea53e17a4edc3c5de534d Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 12:53:38 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release-charts.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index a9868d1..3268f5e 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -15,7 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - name: Publish Helm charts - uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master + # uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master + uses: https://git.devthefuture.org/devthefuture/helm-pages.git@daf4371475f3d957bfa877248321f6685a92cf09 with: charts_dir: charts linting: off