From d78a782e8538057c4e41bc7dc0cc2288d15f577d Mon Sep 17 00:00:00 2001 From: Jaxx Zhang <309329794@QQ.COM> Date: Fri, 23 Feb 2024 01:19:27 +0800 Subject: [PATCH] Update workflow-basic-example-and-explanation.md (#31744) --- .../reusables/actions/workflow-basic-example-and-explanation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/workflow-basic-example-and-explanation.md b/data/reusables/actions/workflow-basic-example-and-explanation.md index 04a26e8ed1..564046a8db 100644 --- a/data/reusables/actions/workflow-basic-example-and-explanation.md +++ b/data/reusables/actions/workflow-basic-example-and-explanation.md @@ -46,7 +46,7 @@ run-name: {% raw %}${{ github.actor }}{% endraw %} is learning GitHub Actions on: [push] # Groups together all the jobs that run in the `learn-github-actions` workflow. - jobs: +jobs: # Defines a job named `check-bats-version`. The child keys will define properties of the job. check-bats-version: