Fix typo in deploy production workflow (#1369)

This commit is contained in:
GrzegorzKowalik 2021-09-08 10:11:05 +02:00 committed by GitHub
parent 93d5a5fdd3
commit e134dff532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.chart_git_ref }}
ref: ${{ github.event.inputs.git_ref }}
- name: Package
timeout-minutes: 15
run: |