fix typo in workflow demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Thomas Peetz
2026-05-05 18:05:19 +02:00
parent e8763fe635
commit 85b5168445
+1 -1
View File
@@ -16,4 +16,4 @@ jobs:
- name: List files in the directory - name: List files in the directory
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "The job's status is ${{ hob.status }}." - run: echo "The job's status is ${{ job.status }}."