diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f402da9..3cd0c41 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + github-server-url: https://git.produktor.io + fetch-depth: 1 - name: Setup Go uses: actions/setup-go@v5