You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ ! -s .github/workflows/docs-configuration-reference/output.txt ]; then
55
-
echo "No issues to report"
56
-
exit 0
57
-
fi
58
-
59
-
echo -e "I found that there are some configuration missing for the FrameworkBundle configuration reference page. This is a list of what is missing: \n\n\`\`\`" > issue.txt
for item in "debug:DebugBundle" "doctrine:DoctrineBundle" "framework:FrameworkBundle" "security:SecurityBundle" "twig:TwiBundle" "web_profiler:WebProfilerBundle"
echo -e "I found that there are some configuration missing for the $BUNDLE configuration reference page. This is a list of what is missing: \n\n\`\`\`" > issue.txt
0 commit comments