Skip to content

Commit d78a782

Browse files
authored
Update workflow-basic-example-and-explanation.md (github#31744)
1 parent d1be235 commit d78a782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/actions/workflow-basic-example-and-explanation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ run-name: {% raw %}${{ github.actor }}{% endraw %} is learning GitHub Actions
4646
on: [push]
4747

4848
# Groups together all the jobs that run in the `learn-github-actions` workflow.
49-
jobs:
49+
jobs:
5050

5151
# Defines a job named `check-bats-version`. The child keys will define properties of the job.
5252
check-bats-version:

0 commit comments

Comments
 (0)