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,10 +18,12 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
repository: chatmail/hetzner-relay repository: chatmail/hetzner-relay
path: hetzner-relay path: hetzner-relay
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
path: relay path: relay
- name: prepare SSH - name: prepare SSH