From 8a055c50b38e793bb69f63c2b8b31587d675c2f0 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 10 May 2023 13:53:45 +0800 Subject: [PATCH] fix: typo --- docs/content/doc/actions/quickstart.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/actions/quickstart.en-us.md b/docs/content/doc/actions/quickstart.en-us.md index 74bbedea24283..4f5a7e63099b4 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`.