Skip to content

Commit 066e49e

Browse files
committed
Syntax
1 parent ed7b245 commit 066e49e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ jobs:
6161
echo "Trying to find missing config keys"
6262
cd .github/workflows/docs-configuration-reference
6363
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
64-
cat output.txt
6564
6665
cd $CURRENT_DIR
66+
cat output.txt
67+
6768
if [ -s ./output.txt ]; then
6869
echo "Creating an issue"
6970
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

Comments
 (0)