Skip to content

Commit 74301cd

Browse files
committed
enable yaml syntax hilighting
1 parent b3c34e6 commit 74301cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ This action can run be on `ubuntu-latest` and `macos-latest`.
1616

1717
Use latest version
1818

19-
```
19+
```yaml
2020
steps:
21-
- uses: shmokmt/actions-setup-github-comment@v1
21+
- uses: shmokmt/actions-setup-github-comment@v1
2222
```
2323
2424
Use specific version
2525
26-
```
26+
```yaml
2727
steps:
28-
- uses: shmokmt/actions-setup-github-comment@v1
29-
with:
30-
version: v4.0.1
28+
- uses: shmokmt/actions-setup-github-comment@v1
29+
with:
30+
version: v4.0.1
3131
```

0 commit comments

Comments
 (0)