Skip to content

Commit d6e903e

Browse files
committed
Update README
1 parent d29eed4 commit d6e903e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: mcbeet/check-commands@v1.1
15+
- uses: mcbeet/check-commands@v1
1616
with:
1717
source: path/to/my_data_pack
1818
```
@@ -33,31 +33,31 @@ This github action installs [`mecha`](https://github.com/mcbeet/mecha) in an iso
3333
Check a data pack when the `pack.mcmeta` file is at the root of the repository.
3434

3535
```yml
36-
- uses: mcbeet/check-commands@v1.1
36+
- uses: mcbeet/check-commands@v1
3737
with:
3838
source: .
3939
```
4040

4141
Check a data pack located in the `src` directory.
4242

4343
```yml
44-
- uses: mcbeet/check-commands@v1.1
44+
- uses: mcbeet/check-commands@v1
4545
with:
4646
source: src
4747
```
4848

4949
Check individual function files.
5050

5151
```yml
52-
- uses: mcbeet/check-commands@v1.1
52+
- uses: mcbeet/check-commands@v1
5353
with:
5454
source: foo.mcfunction bar.mcfunction
5555
```
5656

5757
Check a data pack at the root of the repository with an explicit minecraft version.
5858

5959
```yml
60-
- uses: mcbeet/check-commands@v1.1
60+
- uses: mcbeet/check-commands@v1
6161
with:
6262
source: .
6363
minecraft: "1.18"

0 commit comments

Comments
 (0)