From bf1d89eed920c03407fbb0956f82f7714e66ed6b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 6 May 2024 19:45:22 +0200 Subject: [PATCH] Try disabling shallow clone again fetch-depth defaults to 1 when unset, so we explicitly set it to 0, to fetch the whole repo. --- .github/workflows/run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 1d5899e..e3482b3 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -48,6 +48,7 @@ jobs: # https://github.com/actions/checkout/issues/947 # TODO: This possibly breaks reporting of the correct commit hash to the build farm server # fetch-depth: 100 + fetch-depth: 0 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: build