Added space in if condition (#4459)

This commit is contained in:
Nidhi 2021-05-12 19:06:39 +05:30 committed by GitHub
parent fb7db810da
commit 39ca940dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,7 @@ jobs:
- name: Return status for ui-matrix
run: |
if [["${{ needs.ui-test.result }}" == "success" ]]; then
if [[ "${{ needs.ui-test.result }}" == "success" ]]; then
exit 0
else
exit 1