Skip to content

Commit

Permalink
fixed index input error
Browse files Browse the repository at this point in the history
  • Loading branch information
oshribr committed Nov 3, 2024
1 parent bbdbb73 commit 1c9b3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Generate Helm Charts HTML
uses: ./.github/actions/generate-helm-html-index
with:
index-file: 'index.yaml'
output-file: 'index.html'
index_file: 'index.yaml'
output_file: 'index.html'

- name: Commit and Push
run: |
Expand Down

0 comments on commit 1c9b3c1

Please sign in to comment.