Skip to content

Commit 33358ab

Browse files
Fix owner input param
1 parent df5f16a commit 33358ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
- ${{ inputs.token }}
4848
- ${{ inputs.charts_dir }}
4949
- ${{ inputs.charts_url }}
50-
- ${{ inputs.user }}
50+
- ${{ inputs.owner }}
5151
- ${{ inputs.repository }}
5252
- ${{ inputs.branch }}
5353
- ${{ inputs.target_dir }}

0 commit comments

Comments
 (0)