Skip to content

Commit

Permalink
Update validate-recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bberkeyU authored Mar 19, 2024
1 parent b99cf89 commit b8983ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ jobs:
if color == "green":
#md.write("📗 ")
emoji = "὇ "
md.write(f"<details><summary>{emoji}{scriptname}</summary><blockquote><pre>")
md.write(f"<details><summary>")
if emoji is not None:
md.write(emoji)
md.write(f"{scriptname}</summary><blockquote><pre>")
tab = tab +1
for child in results2:
filename =child.split('#')[0].strip()
Expand Down

0 comments on commit b8983ca

Please sign in to comment.