Skip to content

Commit 350d075

Browse files
authored
Merge pull request #4 from anujdeshpande/patch-2
Fix the full file yaml in the README
2 parents 51da327 + 4525277 commit 350d075

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,22 +401,20 @@ All of the following steps will add the action to the workflow file that’s alr
401401
Here is what the full file should look like (we’re using issues instead of the pull request event and removing the reference to the hello world action.)
402402
403403
```yaml
404-
- name: JS Actions
405-
404+
name: JS Actions
406405
on:
407406
issues:
408407
types: [labeled]
409408

410409
jobs:
411410
action:
412411
runs-on: ubuntu-latest
413-
414412
steps:
415413
- uses: actions/checkout@v3
416-
417-
- name: ha-ha
414+
- name: ha-ha
418415
uses: ./.github/actions/joke-action
419416
```
417+
420418
</details>
421419
422420
<details id=6>

0 commit comments

Comments
 (0)