Skip to content

Commit

Permalink
open test
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Sep 29, 2024
1 parent eb8a919 commit a489d3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,13 @@ jobs:
TABLE="${TABLE}</table>"
TABLE="${TABLE}</details>"
if [[ $open = true ]]; then
if $open; then
TABLE="<details open>${TABLE}"
else
TABLE="<details>${TABLE}"
fi
echo "DIFF=$DIFF$TABLE" >> "$GITHUB_OUTPUT"
- name: Saving proposed ui
Expand Down

0 comments on commit a489d3a

Please sign in to comment.