next try for actions
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 24s

This commit is contained in:
Jens Heinitz
2026-07-28 20:00:38 +02:00
parent dc3aa9abe0
commit fb1b82f5d5
+4
View File
@@ -13,6 +13,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Print the directory of the repository
run: |
pwd
echo "Workspace: ${{ gitea.workspace }}"
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}