README.md: Fixed typo
This commit is contained in:
parent
d14b966ef1
commit
e6e1593004
|
@ -18,10 +18,14 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# Action-Spigot
|
# Action-SpigotMC
|
||||||
This Action allows you to easily compile Minecraft Spigot
|
This Action allows you to easily compile Minecraft Spigot
|
||||||
and install it in your runners local maven repository.
|
and install it in your runners local maven repository.
|
||||||
|
|
||||||
|
Supported:
|
||||||
|
* SpigotMC (using official BuildTools or my modified one)
|
||||||
|
* ~~PaperMC~~ (coming soon #26)
|
||||||
|
|
||||||
You configure all the versions you want, and it'll compile all the missing versions automatically.
|
You configure all the versions you want, and it'll compile all the missing versions automatically.
|
||||||
By checking for a file in the local maven repository beforehand, build times can be reduces drastically.
|
By checking for a file in the local maven repository beforehand, build times can be reduces drastically.
|
||||||
|
|
||||||
|
@ -37,7 +41,7 @@ If you don't change them, you can remove them from your workflow,
|
||||||
as they are set automatically.
|
as they are set automatically.
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
- uses: SpraxDev/Action-Spigot@v1
|
- uses: SpraxDev/Action-SpigotMC@v1
|
||||||
with:
|
with:
|
||||||
# A comma-separated list of Spigot version that should be compiled
|
# A comma-separated list of Spigot version that should be compiled
|
||||||
# These values are later given to the BuildTools.jar as '--rev' argument
|
# These values are later given to the BuildTools.jar as '--rev' argument
|
||||||
|
|
Loading…
Reference in New Issue