From b0e2b46702667df8079ee64b93554c536c203071 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:07:59 -0400 Subject: [PATCH 1/3] =?UTF-8?q?Revert=20"=F0=9F=92=9A=20use=20the=20correc?= =?UTF-8?q?t=20git=20server=3F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 991af1ba0914302240067d4b10d6ced44574671e. --- .forgejo/workflows/devel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index ae5ec6c..fe53882 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -18,7 +18,6 @@ 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: From ce84afd8714013b45dc20f8662e64f509d3ba62d Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:08:50 -0400 Subject: [PATCH 2/3] =?UTF-8?q?Reapply=20"=F0=9F=92=9A=20use=20the=20corre?= =?UTF-8?q?ct=20git=20server=3F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b0e2b46702667df8079ee64b93554c536c203071. --- .forgejo/workflows/devel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index fe53882..ae5ec6c 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: From 46bc75369e11099a6fd93ad0076f56642812e71f Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:09:37 -0400 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=92=9A=20back=20to=20using=20docker?= =?UTF-8?q?=20cuz=20im=20a=20stupid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index ae5ec6c..7e3489e 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -4,7 +4,7 @@ on: branches: [devel] jobs: build: - runs-on: ubuntu-latest + runs-on: docker container: image: node:21-alpine steps: