1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update workflow-basic-example-and-explanation.md (#31744)

This commit is contained in:
Jaxx Zhang
2024-02-23 01:19:27 +08:00
committed by GitHub
parent d1be235cad
commit d78a782e85

View File

@@ -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: