use with syntax properly

This commit is contained in:
missytake
2026-03-10 13:54:02 +01:00
parent d9de25e4fd
commit 79eebe2762

View File

@@ -18,11 +18,13 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
repository: chatmail/hetzner-relay with:
path: hetzner-relay repository: chatmail/hetzner-relay
path: hetzner-relay
- uses: actions/checkout@v4 - uses: actions/checkout@v4
path: relay with:
path: relay
- name: prepare SSH - name: prepare SSH
run: | run: |