fix repo URL

This commit is contained in:
missytake
2026-03-10 13:20:29 +01:00
parent b2900cbc8c
commit 1d0f4a4de4

View File

@@ -13,7 +13,7 @@ on:
jobs: jobs:
allocate: allocate:
uses: chatmail/hpool/.github/workflows/allocate.yml@main uses: chatmail/hetzner-relay/.github/workflows/allocate.yml@main
deploy-and-test: deploy-and-test:
name: deploy on allocated VPS, and run tests name: deploy on allocated VPS, and run tests
@@ -46,7 +46,7 @@ jobs:
rebuild: rebuild:
needs: [allocate, deploy-and-test] needs: [allocate, deploy-and-test]
uses: chatmail/hpool/.github/workflows/rebuild.yml@main uses: chatmail/hetzner-relay/.github/workflows/rebuild.yml@main
if: always() if: always()
with: with:
vps_name: ${{ needs.allocate.outputs.vps_name }} vps_name: ${{ needs.allocate.outputs.vps_name }}