From 661e06cbd4164d16e35e63818352e16c930eb28c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Jun 2025 23:50:02 +0100 Subject: [PATCH] Update .forgejo/workflows/ci.yml --- .forgejo/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f41bfa0..0a11251 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,10 +11,8 @@ jobs: runs-on: [docker] steps: - - name: Checkout code - run: | - git clone "${CI_REPO_URL}" . - git checkout "${CI_COMMIT_REF}" + - name: Show working directory contents + run: ls -la - name: Install system dependencies run: |