`CI`: fix if conditional in `ui_preview.yaml` (#33675)

* fix if conditional

* open

* open fix
pull/33460/head
Mauricio Alvarez Leon 7 months ago committed by GitHub
parent d4e257213d
commit 4a2c24b5b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ui_preview.yaml

@ -135,11 +135,13 @@ jobs:
TABLE="${TABLE}</table>" TABLE="${TABLE}</table>"
TABLE="${TABLE}</details>" TABLE="${TABLE}</details>"
if $open; then if $open; then
TABLE="<details open>${TABLE}" TABLE="<details open>${TABLE}"
else else
TABLE="<details>${TABLE}" TABLE="<details>${TABLE}"
fi fi
echo "DIFF=$DIFF$TABLE" >> "$GITHUB_OUTPUT" echo "DIFF=$DIFF$TABLE" >> "$GITHUB_OUTPUT"
- name: Saving proposed ui - name: Saving proposed ui

Loading…
Cancel
Save