feat: add checkout step to workflow for repository access
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 17s

This commit is contained in:
Your Name
2025-03-27 12:08:09 +01:00
parent d399dc92cc
commit 7e2dfe1332

View File

@@ -8,6 +8,10 @@ jobs:
container: container:
image: ubuntu:latest image: ubuntu:latest
steps: steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: List files in the repository - name: List files in the repository
run: ls ${{ gitea.workspace }} run: ls ${{ gitea.workspace }}