From 748065728bae0b77943ef58a1c358e57a2af70ed Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 19 Jan 2025 13:58:43 +0100 Subject: [PATCH] use my action instead of out of date action --- .github/workflows/helm-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index c1bfd0c..6704c62 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -22,7 +22,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render helm docs inside the README.md and push changes back to PR branch - uses: netfoundry/helm-docs-action@v1 + uses: jessebot/helm-docs-action@0.0.1 with: working-dir: charts/pixelfed git-push: "true"