ci: fix if conditional in ui preview (#33673)

fix if conditional
This commit is contained in:
Mauricio Alvarez Leon
2024-09-29 08:54:03 -07:00
committed by GitHub
parent edf9522bc0
commit ce0e3d5603
+1 -1
View File
@@ -135,7 +135,7 @@ jobs:
TABLE="${TABLE}</table>"
TABLE="${TABLE}</details>"
if open; then
if $open; then
TABLE="<details open>${TABLE}"
else
TABLE="<details>${TABLE}"