feat: add checkout step to workflow for repository access
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 17s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 17s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user