From 9e669a90dd72c19197b5bc38e4568c64788a0527 Mon Sep 17 00:00:00 2001 From: Robert Kibble Date: Mon, 4 Sep 2023 13:40:06 +0100 Subject: [PATCH] FS-3414 Amend fds to fsd --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 44badc92..0631e3fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ on: jobs: test_and_deploy: if: ${{ github.actor != 'dependabot[bot]' && !github.event.inputs.copilot }} - uses: communitiesuk/funding-design-service-workflows/.github/workflows/deploy.yml@main + uses: communitiesuk/funding-service-design-workflows/.github/workflows/deploy.yml@main with: app_name: ${{ github.event.repository.name }} assets_required: true @@ -59,7 +59,7 @@ jobs: if: ${{ github.event.inputs.copilot }} secrets: E2E_PAT: ${{secrets.E2E_PAT}} - uses: communitiesuk/funding-design-service-workflows/.github/workflows/pre-deploy.yml@main + uses: communitiesuk/funding-service-design-workflows/.github/workflows/pre-deploy.yml@main with: postgres_unit_testing: false assets_required: true