Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 5, 2020
1 parent ed7b245 commit 066e49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-configuration-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
echo "Trying to find missing config keys"
cd .github/workflows/docs-configuration-reference
./run.php `pwd`/symfony `pwd`/docs/reference/configuration/$FILE.rst $BUNDLE > $CURRENT_DIR/output.txt
cat output.txt
cd $CURRENT_DIR
cat output.txt
if [ -s ./output.txt ]; then
echo "Creating an issue"
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
Expand Down

0 comments on commit 066e49e

Please sign in to comment.