Browse Source

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

pull/2475/head
Harry 3 months ago committed by GitHub
parent
commit
4b58410d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ga-misc-check-prettier.yml

2
.github/workflows/ga-misc-check-prettier.yml

@ -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

Loading…
Cancel
Save