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:
|
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user