From 496619e8fea9907ca012e877a88eb85962cbd91b Mon Sep 17 00:00:00 2001 From: Sergejs Kozinecs Date: Wed, 29 Jul 2026 19:16:45 +0300 Subject: [PATCH] Change to direct github link --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index ef3c97c..50d2dbc 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest # Метка вашего Forgejo Runner steps: - name: Deploy to VPS via SSH - uses: appleboy/ssh-action@v1.2.5 + uses: https://github.com/appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.VPS_HOST }} username: ${{ secrets.VPS_USER }}