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

This commit is contained in:
2023-12-01 20:54:38 +01:00
parent 5cc07b7371
commit d3bae105da

View File

@@ -11,6 +11,5 @@ 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."
- name: List files in the repository
run: /bin/ls ${{ github.workspace }}
- run: ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."