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`.