mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
use with syntax properly
This commit is contained in:
8
.github/workflows/test-and-deploy.yaml
vendored
8
.github/workflows/test-and-deploy.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user