diff --git a/.github/actions/post-checkout/action.yml b/.github/actions/post-checkout/action.yml index 58d8b4934..c3f8300d8 100644 --- a/.github/actions/post-checkout/action.yml +++ b/.github/actions/post-checkout/action.yml @@ -8,6 +8,7 @@ runs: - name: Check for documentation only changes id: docs-only run: | + git log --max-count=10 docs_only="true"; while read filepath; do if [ $filepath == *.md ]; then