Skip to content

Commit

Permalink
enable yaml syntax hilighting
Browse files Browse the repository at this point in the history
  • Loading branch information
shmokmt committed Dec 9, 2021
1 parent b3c34e6 commit 74301cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ This action can run be on `ubuntu-latest` and `macos-latest`.

Use latest version

```
```yaml
steps:
- uses: shmokmt/actions-setup-github-comment@v1
- uses: shmokmt/actions-setup-github-comment@v1
```
Use specific version
```
```yaml
steps:
- uses: shmokmt/actions-setup-github-comment@v1
with:
version: v4.0.1
- uses: shmokmt/actions-setup-github-comment@v1
with:
version: v4.0.1
```

0 comments on commit 74301cd

Please sign in to comment.