Skip to content

Commit

Permalink
Add fetch-depth: 0 to locale checker git clone (#2226)
Browse files Browse the repository at this point in the history
Required to check full file history
  • Loading branch information
gdams authored Sep 15, 2023
1 parent 9de3366 commit d659fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/locale-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
persist-credentials: false
fetch-depth: 0

- name: Check asciidoc docs
run: python3 .github/workflows/locale-checker.py
Expand Down

0 comments on commit d659fc3

Please sign in to comment.