diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index a227476..aa688da 100644 --- a/.github/workflows/scheduled-repository-template-sync.yaml +++ b/.github/workflows/scheduled-repository-template-sync.yaml @@ -28,6 +28,7 @@ jobs: - name: Run syncronisation script run: | ./scripts/githooks/sync-template-repo.sh + rm -Rf ./nhs-notify-repository-template - name: Create Pull Request if: ${{ !env.ACT }}