mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-05 22:26:16 +00:00
chore(ci): update AUR package workflow to include ServerAlive options for SSH connection stability
This commit is contained in:
2
.github/workflows/update-aur-package.yml
vendored
2
.github/workflows/update-aur-package.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
AUR_REPO: ssh://aur@aur.archlinux.org/noctalia-shell.git
|
||||
GIT_SSH_COMMAND: ssh -i /root/.ssh/id_aur -o StrictHostKeyChecking=yes -o IdentitiesOnly=yes
|
||||
GIT_SSH_COMMAND: ssh -i /root/.ssh/id_aur -o StrictHostKeyChecking=yes -o IdentitiesOnly=yes -o ServerAliveInterval=15 -o ServerAliveCountMax=4
|
||||
PKGNAME: noctalia-shell
|
||||
AUR_LINK: https://aur.archlinux.org/packages/noctalia-shell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user