Skip to content

Commit 99ac9c9

Browse files
committed
Group things
1 parent 0fba964 commit 99ac9c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-configuration-reference.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
do
5757
FILE=$(echo $item | cut -d ":" -f1)
5858
BUNDLE=$(echo $item | cut -d ":" -f2)
59+
echo ::group::$BUNDLE
5960
6061
cd .github/workflows/docs-configuration-reference
6162
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
@@ -68,4 +69,5 @@ jobs:
6869
echo -e "\n\`\`\`\n\nCould someone please add these?" >> issue.txt
6970
bin/console app:issue:open symfony/symfony-docs "[$BUNDLE] Missing configuration reference" `pwd`/issue.txt
7071
fi
72+
echo ::endgroup::
7173
done

0 commit comments

Comments
 (0)