TEST5
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
2023-12-01 20:59:38 +01:00
parent d3bae105da
commit 01e67e5cb5

View File

@@ -11,5 +11,7 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: ls ${{ github.workspace }}
- name: List files in the repository
run: |
ls /var/www/html
- run: echo "🍏 This job's status is ${{ job.status }}."