From 3443f7de8a990b7873287ed1fb8786ddd959fdb7 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:25:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20just=20use=20checkout=20without?= =?UTF-8?q?=20any=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index bc166b3..71c4ed0 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -16,11 +16,6 @@ jobs: yarn config set nodeLinker node-modules - 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: