From 7e2dfe1332896f823ad87dfd1bc8916af4cb1fb8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:08:09 +0100 Subject: [PATCH] feat: add checkout step to workflow for repository access --- .gitea/workflows/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 8b65b4c..0b791f2 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -8,6 +8,10 @@ jobs: container: image: ubuntu:latest steps: + + - name: Checkout Repository + uses: actions/checkout@v4 + - name: List files in the repository run: ls ${{ gitea.workspace }}