Skip to content

Commit 82a1375

Browse files
committed
Echo output
1 parent 0402e61 commit 82a1375

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
@@ -58,12 +58,14 @@ jobs:
5858
BUNDLE=$(echo $item | cut -d ":" -f2)
5959
echo ::group::$BUNDLE
6060
61+
echo "Trying to find missing config keys"
6162
cd .github/workflows/docs-configuration-reference
6263
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
6364
cat output.txt
6465
6566
cd $CURRENT_DIR
6667
if [ -s ./output.txt ]; then
68+
echo "Creating an issue"
6769
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
6870
cat ./output.txt >> issue.txt
6971
echo -e "\n\`\`\`\n\nCould someone please add these?" >> issue.txt

0 commit comments

Comments
 (0)