From c9a470e044edfc3c612782e30a0b829bc8dd718f Mon Sep 17 00:00:00 2001 From: Clemens Hering Date: Sun, 9 Nov 2025 16:00:44 +0100 Subject: [PATCH] test local clone --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 990abad..5152ea4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -32,8 +32,8 @@ jobs: (ssh-keygen -F gitea.smb-corp.de >/dev/null || ssh-keyscan -H gitea.smb-corp.de >> ~/.ssh/known_hosts) || true git config --global url."ssh://git@gitea.smb-corp.de".insteadOf "https://gitea.smb-corp.de" - - name: Checkout repository - run: git clone git@gitea.smb-corp.de:${{ gitea.repository }} . + - name: Checkout Repository + uses: actions/checkout@v4 - name: Deploy via SSH (only required files) shell: bash run: |