Skip to content

Commit

Permalink
open
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Sep 29, 2024
1 parent d6fbc57 commit b28b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
TABLE="${TABLE}</table>"
TABLE="${TABLE}</details>"
if [[ $test = true ]]; then
if [[ $open = true ]]; then
TABLE="<details open>${TABLE}"
else
TABLE="<details>${TABLE}"
Expand Down

0 comments on commit b28b0f3

Please sign in to comment.