Fix typo in Actions demo file (#24631)

Reported by @kerwin612.
This commit is contained in:
Jason Song
2023-05-10 17:51:25 +08:00
committed by GitHub
parent ae0fa64ef6
commit 35ab5cdedf

View File

@ -119,7 +119,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ gitea.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
```
You can upload it as a file with the extension `.yaml` in the directory `.gitea/workflows/` of the repository, for example `.gitea/workflows/demo.yaml`.