add openssh to Gitea Actions runners for SSH git operations

This commit is contained in:
Danilo Reyes 2025-09-27 23:03:04 -06:00
parent de80ff655b
commit e680906a7f

View File

@ -25,6 +25,7 @@ in
nix nix
attic-client attic-client
nodejs # Required for GitHub Actions nodejs # Required for GitHub Actions
openssh # Required for SSH git operations
; ;
}; };
}; };