Skip to content

Commit aaec935

Browse files
authored
[PRMP-1421] Add repo name to actions/checkout (#506)
1 parent 92895d8 commit aaec935

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/base-cypress-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v3
2424
with:
25+
repository: 'nhsconnect/national-document-repository'
2526
ref: ${{ github.event.inputs.build_branch }}
2627

2728
- name: Cypress install

.github/workflows/base-cypress-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@v3
4040
with:
41+
repository: 'nhsconnect/national-document-repository'
4142
ref: ${{ inputs.build_branch }}
4243

4344
- name: Download the build folder

0 commit comments

Comments
 (0)