Skip to content

Commit 62ddaeb

Browse files
committed
enable yaml syntax highlighting
1 parent a9b8b64 commit 62ddaeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ This action can run be on `ubuntu-latest` and `macos-latest`.
1616

1717
Use latest version
1818

19-
```
19+
```yaml
2020
steps:
21-
- uses: shmokmt/actions-setup-tfcmt@v1
21+
- uses: shmokmt/actions-setup-tfcmt@v1
2222
```
2323
2424
Use specific version
2525
26-
```
26+
```yaml
2727
steps:
28-
- uses: shmokmt/actions-setup-tfcmt@v1
29-
with:
30-
version: v2.1.0
28+
- uses: shmokmt/actions-setup-tfcmt@v1
29+
with:
30+
version: v2.1.0
3131
```

0 commit comments

Comments
 (0)