Skip to content

Commit 35ab5cd

Browse files
authored
Fix typo in Actions demo file (#24631)
Reported by @kerwin612.
1 parent ae0fa64 commit 35ab5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/actions/quickstart.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: List files in the repository
120120
run: |
121121
ls ${{ gitea.workspace }}
122-
- run: echo "🍏 This job's status is ${{ gitea.status }}."
122+
- run: echo "🍏 This job's status is ${{ job.status }}."
123123
```
124124
125125
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`.

0 commit comments

Comments
 (0)