fix(contribs): update fetch depth

pull/1950/head
FonduemangVI 6 months ago
parent 8f52a96212
commit 106b9954bf

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }} # Use the branch name or PR branch
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v4

Loading…
Cancel
Save