From aaec935c73d1e2ba0c5fbe3843ccaef2aacab841 Mon Sep 17 00:00:00 2001 From: NogaNHS <127490765+NogaNHS@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:49:37 +0000 Subject: [PATCH] [PRMP-1421] Add repo name to actions/checkout (#506) --- .github/workflows/base-cypress-build.yml | 1 + .github/workflows/base-cypress-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/base-cypress-build.yml b/.github/workflows/base-cypress-build.yml index 5b2ef3ff7..bb3df8309 100644 --- a/.github/workflows/base-cypress-build.yml +++ b/.github/workflows/base-cypress-build.yml @@ -22,6 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: + repository: 'nhsconnect/national-document-repository' ref: ${{ github.event.inputs.build_branch }} - name: Cypress install diff --git a/.github/workflows/base-cypress-test.yml b/.github/workflows/base-cypress-test.yml index 7c85bd5b8..6e6fe6885 100644 --- a/.github/workflows/base-cypress-test.yml +++ b/.github/workflows/base-cypress-test.yml @@ -38,6 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: + repository: 'nhsconnect/national-document-repository' ref: ${{ inputs.build_branch }} - name: Download the build folder