Skip to content

Commit 783b78b

Browse files
authored
Merge pull request #21 from ahmedwaleedmalik/patch-1
Fix owner input param
2 parents df5f16a + 33358ab commit 783b78b

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)