diff --git a/.github/workflows/validate-recipes.yml b/.github/workflows/validate-recipes.yml index ea92fac7..7cab5b33 100644 --- a/.github/workflows/validate-recipes.yml +++ b/.github/workflows/validate-recipes.yml @@ -122,6 +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) if color == "red": md.write("📙 ") if color == "black":