From 6af74a1119f0f8c60d1d8158262ebe1be9268392 Mon Sep 17 00:00:00 2001 From: John Watson Date: Fri, 13 Dec 2024 22:22:20 +0000 Subject: [PATCH] fix: incorrect github workflow reference --- .github/workflows/deploy-service-restart.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-service-restart.yml b/.github/workflows/deploy-service-restart.yml index 3a3d84a231..b42277ab51 100644 --- a/.github/workflows/deploy-service-restart.yml +++ b/.github/workflows/deploy-service-restart.yml @@ -31,7 +31,7 @@ concurrency: jobs: restart-rebaser: - uses: ./.github/workflows/instance-refresh.yml + uses: ./.github/workflows/service-restart.yml with: environment: ${{ inputs.environment }} service: rebaser @@ -39,7 +39,7 @@ jobs: restart-pinga: needs: restart-rebaser - uses: ./.github/workflows/instance-refresh.yml + uses: ./.github/workflows/service-restart.yml with: environment: ${{ inputs.environment }} service: pinga @@ -47,7 +47,7 @@ jobs: restart-sdf: needs: restart-pinga - uses: ./.github/workflows/instance-refresh.yml + uses: ./.github/workflows/service-restart.yml with: environment: ${{ inputs.environment }} service: sdf