Skip to content

Commit

Permalink
Git log
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Dec 3, 2023
1 parent 2d4fe7e commit 4d203ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/post-checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d203ba

Please sign in to comment.