From 952f525971eaf86b9ea3b5c752e9d5dd782233f6 Mon Sep 17 00:00:00 2001 From: x-mass <36629999+x-mass@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:45:57 +0000 Subject: [PATCH] Fetch full history in recursive checkout actions --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index dafd995b..1f1c539a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -191,6 +191,7 @@ jobs: /__w/proof-producer/proof-producer/** !/__w/proof-producer/proof-producer/**/.git/** refs: ${{ needs.handle-syncwith.outputs.prs-refs }} + fetch-depth: 0 - name: Set usefull strings id: strings