We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c34e6 commit 74301cdCopy full SHA for 74301cd
README.md
@@ -16,16 +16,16 @@ This action can run be on `ubuntu-latest` and `macos-latest`.
16
17
Use latest version
18
19
-```
+```yaml
20
steps:
21
-- uses: shmokmt/actions-setup-github-comment@v1
+ - uses: shmokmt/actions-setup-github-comment@v1
22
```
23
24
Use specific version
25
26
27
28
29
- with:
30
- version: v4.0.1
+ with:
+ version: v4.0.1
31
0 commit comments