From 1d0f4a4de4e96510aa2ac5d1310ca22176c33267 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 13:20:29 +0100 Subject: [PATCH] fix repo URL --- .github/workflows/test-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index cfb5de3a..d4f46eec 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -13,7 +13,7 @@ on: jobs: allocate: - uses: chatmail/hpool/.github/workflows/allocate.yml@main + uses: chatmail/hetzner-relay/.github/workflows/allocate.yml@main deploy-and-test: name: deploy on allocated VPS, and run tests @@ -46,7 +46,7 @@ jobs: rebuild: needs: [allocate, deploy-and-test] - uses: chatmail/hpool/.github/workflows/rebuild.yml@main + uses: chatmail/hetzner-relay/.github/workflows/rebuild.yml@main if: always() with: vps_name: ${{ needs.allocate.outputs.vps_name }}