Skip to content

Commit

Permalink
Add fetch-depth back
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Apr 16, 2024
1 parent 54718d1 commit 740992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
submodules: true
- name: Get all changed markdown files
id: changed-markdown-files
Expand Down

0 comments on commit 740992b

Please sign in to comment.