Fix typo in deploy production workflow (#1369)
This commit is contained in:
parent
93d5a5fdd3
commit
e134dff532
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-prod.yaml
vendored
2
.github/workflows/deploy-prod.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.chart_git_ref }}
|
ref: ${{ github.event.inputs.git_ref }}
|
||||||
- name: Package
|
- name: Package
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue