From 313b7d30a7e1705268f7a36ffd7896b3fca2301a Mon Sep 17 00:00:00 2001 From: geezo Date: Mon, 5 May 2025 23:39:39 +0000 Subject: [PATCH] fixed workflow --- .gitea/workflows/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index a0db7a4..af9caa5 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -18,7 +18,7 @@ jobs: uses: appleboy/ssh-action@v1 with: host: ${{ secrets.HOST }} - username: linuxserver.io + username: geezo password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: whoami \ No newline at end of file