Skip to content

Commit

Permalink
CCM-6405 fix script repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Sep 9, 2024
1 parent 0147e7f commit a960702
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/scheduled-repository-template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check out external repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nhsdigital/nhs-notify-repository-template
repository: NHSDigital/nhs-notify-repository-template
path: nhs-notify-repository-template
token: ${{ github.token }}

- name: Run syncronisation script
run: |
ls -la nhs-notify-repository-template/
./scripts/githooks/sync-template-repo.sh
- name: Create Pull Request
Expand Down

0 comments on commit a960702

Please sign in to comment.