fetch depth

This commit is contained in:
2025-04-22 21:24:11 +02:00
parent 2ad8295808
commit dc27683aad
+2
View File
@@ -26,6 +26,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- name: Run SpearheadCompile - name: Run SpearheadCompile
run: | run: |