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 82a1375 commit 75c0919Copy full SHA for 75c0919
.github/workflows/docs-configuration-reference.yml
@@ -60,7 +60,7 @@ jobs:
60
61
echo "Trying to find missing config keys"
62
cd .github/workflows/docs-configuration-reference
63
- ./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
+ ./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE
64
cat output.txt
65
66
cd $CURRENT_DIR
0 commit comments