diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0ccaef6..1ebbddf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,9 +12,10 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 steps: - - name: Setup SSH config for Gitea - run: | - echo -e "Host gitea\n HostName 100.79.174.108\n Port 222\n StrictHostKeyChecking no" >> /etc/ssh/ssh_config + -name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Checkout repository uses: actions/checkout@v4