Skip to content

Commit dcff014

Browse files
authored
Merge pull request #7 from harupy/add-syntax-highlight
Add syntax highlight
2 parents e85115d + 83dc5cd commit dcff014

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)