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 0ef6e4a commit 21e451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
summary.write(f"{tab*6*'-'}> {child.split('#')[0]}\n")
rcpName = child.split('#')[0]
if "_FW" not in rcpName and "setup" not in rcpName and "cbk" not in rcpName and "menu" not in rcpName:
print(rcpName)
md.write(rcpName)
if color == "red":
md.write("📙 ")
if color == "black":
Expand Down

0 comments on commit 21e451f

Please sign in to comment.