From 63ac679065e9dae37e868e72ad1c5fa64749a455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastiaan?= Date: Sun, 5 Jan 2025 10:53:04 +0100 Subject: [PATCH] fetch-depth 0 --- .github/workflows/script-formatting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script-formatting.yaml b/.github/workflows/script-formatting.yaml index b6709eae..85624571 100644 --- a/.github/workflows/script-formatting.yaml +++ b/.github/workflows/script-formatting.yaml @@ -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