Fix Forgejo Action remote source to explicit github.com
Some checks failed
Deploy via SSH / deploy (push) Failing after 0s

This commit is contained in:
Feiko Wielsma 2026-03-25 13:37:47 +01:00
parent ad48295484
commit 919374fe95

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest # Make sure you have a runner with this label runs-on: ubuntu-latest # Make sure you have a runner with this label
steps: steps:
- name: Deploy to Server - name: Deploy to Server
uses: appleboy/ssh-action@v1.0.3 uses: github.com/appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }} username: ${{ secrets.SSH_USER }}