Add SSH port variable

This commit is contained in:
2023-12-21 11:53:43 +01:00
parent 05e907702c
commit 24018208b1
3 changed files with 9 additions and 1 deletions

View File

@@ -26,4 +26,5 @@ jobs:
RSYNC_USERHOST: user@example.host
with:
rsync-arguments: --archive --compress --delete --verbose
ssh-port: '22'
```