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 }}