diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8a2d8ad..5f48d80 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest # Make sure you have a runner with this label steps: - name: Deploy to Server - uses: appleboy/ssh-action@v1.0.3 + uses: github.com/appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}