From 03b422ff9747b9fb95a879c7348e82ce5ac191fe Mon Sep 17 00:00:00 2001 From: oliverbeumkes-nhs Date: Thu, 19 Mar 2026 11:30:52 +0000 Subject: [PATCH] [PRM-691] Specified the checkout repo should be orc repo --- .github/workflows/tool-create-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tool-create-release.yml b/.github/workflows/tool-create-release.yml index 7c0ae8d5..ef290140 100644 --- a/.github/workflows/tool-create-release.yml +++ b/.github/workflows/tool-create-release.yml @@ -47,6 +47,9 @@ jobs: - name: Checkout uses: actions/checkout@v6 + with: + fetch-depth: 0 + repository: NHSDigital/orphaned-record-continuity - name: Create GitHub tag run: |