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: |