You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/doc/actions/quickstart.en-us.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ jobs:
119
119
- name: List files in the repository
120
120
run: |
121
121
ls ${{ gitea.workspace }}
122
-
- run: echo "🍏 This job's status is ${{ gitea.status }}."
122
+
- run: echo "🍏 This job's status is ${{ job.status }}."
123
123
```
124
124
125
125
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