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

fix if conditional
pull/33565/head^2
Mauricio Alvarez Leon 7 months ago committed by GitHub
parent edf9522bc0
commit ce0e3d5603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ui_preview.yaml

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

Loading…
Cancel
Save