summaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2023-05-10 17:51:25 +0800
committerGitHub <noreply@github.com>2023-05-10 09:51:25 +0000
commit35ab5cdedf0794b4d77d1d02dadb14a4a38ca7c3 (patch)
treef465a5b877ac666aef25e5f8e09e4e04e8d839ec /docs/content/doc
parentae0fa64ef6261bc99b9b7f6af2047c017399f509 (diff)
downloadgitea-35ab5cdedf0794b4d77d1d02dadb14a4a38ca7c3.tar.gz
gitea-35ab5cdedf0794b4d77d1d02dadb14a4a38ca7c3.zip
Fix typo in Actions demo file (#24631)
Reported by @kerwin612.
Diffstat (limited to 'docs/content/doc')
-rw-r--r--docs/content/doc/actions/quickstart.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/actions/quickstart.en-us.md b/docs/content/doc/actions/quickstart.en-us.md
index 74bbedea24..4f5a7e6309 100644
--- a/docs/content/doc/actions/quickstart.en-us.md
+++ b/docs/content/doc/actions/quickstart.en-us.md
@@ -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`.