Skip to content

Commit

Permalink
[PRMP-1421] Add repo name to actions/checkout (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS authored Jan 10, 2025
1 parent 92895d8 commit aaec935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-cypress-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/base-cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaec935

Please sign in to comment.