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
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: |