From 4d203bac3fd9887a07ff3599363d4835ce19589f Mon Sep 17 00:00:00 2001 From: John Luo Date: Sun, 3 Dec 2023 18:45:58 -0500 Subject: [PATCH] Git log --- .github/actions/post-checkout/action.yml | 1 + 1 file changed, 1 insertion(+) 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