Fix release trigger in 3.2 staging deployment workflow (#1993)
This commit is contained in:
parent
0686e1ae6b
commit
8d021a2513
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-staging-v32.yaml
vendored
2
.github/workflows/deploy-staging-v32.yaml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
"client_payload": {
|
||||
"project": "DASHBOARD",
|
||||
"environment": "SANDBOX",
|
||||
"version": "${{ github.event.inputs.git_ref }}"
|
||||
"version": "${{ github.event.inputs.git_ref || github.ref_name }}"
|
||||
}
|
||||
}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue