Test actions

This commit is contained in:
Jérémie SALVI
2024-12-21 08:10:45 +01:00
parent 9ea10b0acd
commit 8c8e4d6606

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- 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."
- name: List files in the repository
- name: List files in the repository two time
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."