We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fba964 commit 99ac9c9Copy full SHA for 99ac9c9
.github/workflows/docs-configuration-reference.yml
@@ -56,6 +56,7 @@ jobs:
56
do
57
FILE=$(echo $item | cut -d ":" -f1)
58
BUNDLE=$(echo $item | cut -d ":" -f2)
59
+ echo ::group::$BUNDLE
60
61
cd .github/workflows/docs-configuration-reference
62
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
@@ -68,4 +69,5 @@ jobs:
68
69
echo -e "\n\`\`\`\n\nCould someone please add these?" >> issue.txt
70
bin/console app:issue:open symfony/symfony-docs "[$BUNDLE] Missing configuration reference" `pwd`/issue.txt
71
fi
72
+ echo ::endgroup::
73
done
0 commit comments