mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user