From cbfd070bccfaf4d9a373f1225c71d395bbc9672a Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:19:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20just=20trying=20to=20make=20it?= =?UTF-8?q?=20checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index ccf2934..bc166b3 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -17,7 +17,10 @@ jobs: - name: checkout uses: https://code.forgejo.org/actions/checkout@v4 with: + repository: rose/datamine + fetch-depth: 2 token: ${{secrets.OAUTH_TOKEN}} + github-server-url: ${{github.server_url}} - name: cache turbo build uses: https://code.forgejo.org/actions/cache@v4 with: