Debug Actions
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
Clément CHABANNE 2024-06-08 13:40:36 +02:00
parent 424e0bedda
commit 8d0d26eb55

View File

@ -17,7 +17,9 @@ jobs:
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Install dependencies
run: apt update && apt install tree -y
run: |
apt update
apt install tree -y
- name: List files in the repository
run: tree ${{ gitea.workspace }}
- name: Job's status