fetch-depth 0

This commit is contained in:
Sébastiaan 2025-01-05 10:53:04 +01:00
parent 72a1ae08de
commit 63ac679065

View File

@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5