Skip to content

Commit

Permalink
explicit repository reference added to new base lambdas to enable cro…
Browse files Browse the repository at this point in the history
…ss repository triggers
  • Loading branch information
Scott Alexander committed Feb 2, 2024
1 parent 8b002bc commit 6577d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/base-deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
repository: 'nhsconnect/national-document-repository'
ref: ${{ inputs.build_branch }}
fetch-depth: '0'

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/base-jest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
repository: 'nhsconnect/national-document-repository'
ref: ${{ github.event.inputs.buildBranch }}
fetch-depth: '0'

Expand Down

0 comments on commit 6577d8e

Please sign in to comment.