Skip to content

Commit 83dc5cd

Browse files
committed
Add syntax highlight
1 parent e85115d commit 83dc5cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A GitHub action to add a comment on pull requests.
66

77
[`.github/workflows/example.yml`](.github/workflows/example.yml)
88

9-
```
9+
```yml
1010
name: Add checkout and pull commands
1111
on: pull_request
1212
jobs:
@@ -20,7 +20,6 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
2222
filename: template.md
23-
2423
```
2524
2625
[`.github/workflows/template.md`](.github/workflows/template.md)

0 commit comments

Comments
 (0)