Fix release trigger in 3.2 staging deployment workflow (#1993)

This commit is contained in:
Cezary Miącz 2022-04-14 16:25:47 +02:00 committed by GitHub
parent 0686e1ae6b
commit 8d021a2513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"
}
}'