From 991af1ba0914302240067d4b10d6ced44574671e Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 01:59:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20use=20the=20correct=20git=20serv?= =?UTF-8?q?er=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 3c15767..7e3489e 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -18,6 +18,7 @@ jobs: uses: https://code.forgejo.org/actions/checkout@v4 with: fetch-depth: 2 + github-server-url: ${{github.server_url}} - name: cache turbo build uses: https://code.forgejo.org/actions/cache@v4 with: