Skip to content

Commit

Permalink
fix: update helm-docs test action
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Jun 12, 2024
1 parent 98747c8 commit 99a1e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: jnorwood/helm-docs:v1.11.3
options: -v ${{ github.workspace }}/charts:/helm-docs
run: helm-docs -i managed-identity-wallet/.helmdocsignore
options: -v ${{ github.workspace }}/charts:/helm-docs -v ${{ github.workspace }}/.helmdocsignore:/helm-docs/.helmdocsignore
run: helm-docs

- name: Verify that no changes are required
run: |
Expand Down

0 comments on commit 99a1e91

Please sign in to comment.