fix(ga-misc-check-prettier): change `fetch-depth`

This commit is contained in:
Harry 2024-02-29 12:09:37 +00:00 committed by GitHub
parent 57df165f1c
commit 4b58410d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: 🐧 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2 # OR "2" -> To retrieve the preceding commit.
fetch-depth: 0
- name: 🔍 Get all changed *.md file(s)
id: changed-md