Corrected wrong version of ssh
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 8m26s

This commit is contained in:
2025-12-23 01:38:17 +01:00
parent ad3d90b3c2
commit 22293a24a1

View File

@@ -8,7 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: webfactory/ssh-agent@v0.9.2 - uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}