Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4655b7d

Browse files
committed
fix fenced code block for workflow yml
1 parent 15ce941 commit 4655b7d

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

responses/07_update-files.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,21 @@ That was a lot of information that you just learned. @{{user.login}} it is time
5757
<details><summary><code>.github/workflows/my-workflow.yml</code></summary>
5858
5959
```yaml
60-
name: JS Actions
60+
name: JS Actions
6161

62-
on: [push]
62+
on: [push]
6363

64-
jobs:
65-
action:
66-
runs-on: ubuntu-latest
64+
jobs:
65+
action:
66+
runs-on: ubuntu-latest
6767

68-
steps:
69-
- uses: actions/checkout@v1
70-
71-
- name: hello-action
72-
uses: ./.github/actions/hello-world
73-
with:
74-
first-greeting: Learning Lab User
68+
steps:
69+
- uses: actions/checkout@v1
7570

71+
- name: hello-action
72+
uses: ./.github/actions/hello-world
73+
with:
74+
first-greeting: Learning Lab Use
7675
```
7776
7877
</details>

0 commit comments

Comments
 (0)