Skip to content

Commit 1c9b3c1

Browse files
committed
fixed index input error
1 parent bbdbb73 commit 1c9b3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Generate Helm Charts HTML
5353
uses: ./.github/actions/generate-helm-html-index
5454
with:
55-
index-file: 'index.yaml'
56-
output-file: 'index.html'
55+
index_file: 'index.yaml'
56+
output_file: 'index.html'
5757

5858
- name: Commit and Push
5959
run: |

0 commit comments

Comments
 (0)