Skip to content

Commit

Permalink
Merge pull request #7 from harupy/add-syntax-highlight
Browse files Browse the repository at this point in the history
Add syntax highlight
  • Loading branch information
harupy authored Dec 15, 2019
2 parents e85115d + 83dc5cd commit dcff014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A GitHub action to add a comment on pull requests.

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

```
```yml
name: Add checkout and pull commands
on: pull_request
jobs:
Expand All @@ -20,7 +20,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: template.md
```
[`.github/workflows/template.md`](.github/workflows/template.md)
Expand Down

0 comments on commit dcff014

Please sign in to comment.