Skip to content

Commit 07727d0

Browse files
authored
Merge pull request #1 from shmokmt/update-readme
Update readme
2 parents 4114b21 + 74301cd commit 07727d0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# actions-setup-tfcmt
22

3+
[![Setup test](https://github.com/shmokmt/actions-setup-github-comment/actions/workflows/test.yml/badge.svg)](https://github.com/shmokmt/actions-setup-github-comment/actions/workflows/test.yml)
4+
35
The shmokmt/actions-setup-github-comment action installs [suzuki-shunsuke/github-comment](https://github.com/suzuki-shunsuke/github-comment) to the `PATH` in your GitHub Actions.
46

57
## `Inputs`
@@ -14,16 +16,16 @@ This action can run be on `ubuntu-latest` and `macos-latest`.
1416

1517
Use latest version
1618

17-
```
19+
```yaml
1820
steps:
19-
- uses: shmokmt/actions-setup-github-comment@v1
21+
- uses: shmokmt/actions-setup-github-comment@v1
2022
```
2123
2224
Use specific version
2325
24-
```
26+
```yaml
2527
steps:
26-
- uses: shmokmt/actions-setup-github-comment@v1
27-
with:
28-
version: v4.0.1
28+
- uses: shmokmt/actions-setup-github-comment@v1
29+
with:
30+
version: v4.0.1
2931
```

0 commit comments

Comments
 (0)