From 79eebe2762c0ee71714bced1366488adbf0230a4 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 13:54:02 +0100 Subject: [PATCH] use with syntax properly --- .github/workflows/test-and-deploy.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 6b433d7c..4e663e72 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -18,11 +18,13 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 - repository: chatmail/hetzner-relay - path: hetzner-relay + with: + repository: chatmail/hetzner-relay + path: hetzner-relay - uses: actions/checkout@v4 - path: relay + with: + path: relay - name: prepare SSH run: |