From 5906cdc4ed405790ebcb90164c941cb6165f98ac Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 11:50:55 +0100 Subject: [PATCH] feat: comment out checkout step in workflow --- .gitea/workflows/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 79f9937..2f0be3d 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -7,8 +7,8 @@ jobs: runs-on: self-hosted steps: - - name: Checkout Repository - uses: actions/checkout@v4 + # - name: Checkout Repository + # uses: actions/checkout@v4 - name: List files in the repository run: ls ${{ gitea.workspace }}