diff --git a/.github/scripts/check_tech_doc.sh b/.github/scripts/check_tech_doc.sh index 70edc6cd8..41e6cb8da 100755 --- a/.github/scripts/check_tech_doc.sh +++ b/.github/scripts/check_tech_doc.sh @@ -18,6 +18,7 @@ sphinx-apidoc -fM -o ./tests/WE2E ../../tests/WE2E # Check for mismatch between what comes out of this action and what is in the PR. status=`git status -s` +echo "...${status}..." if [ -n ${status} ]; then echo "${status}"