Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s Details

This commit is contained in:
Alice 2024-05-23 17:07:39 -03:00
parent b4d7ac2166
commit 933b0fbe9b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ jobs:
uses: actions/checkout@v3
- 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: ls /home/carneiro
- run: whoami
- run: make ${{ gitea.workspace }}
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}