Fix owner input param

This commit is contained in:
Ahmed Waleed Malik 2021-01-06 14:16:20 +05:00 committed by GitHub
parent df5f16ac71
commit 33358abf94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ runs:
- ${{ inputs.token }}
- ${{ inputs.charts_dir }}
- ${{ inputs.charts_url }}
- ${{ inputs.user }}
- ${{ inputs.owner }}
- ${{ inputs.repository }}
- ${{ inputs.branch }}
- ${{ inputs.target_dir }}