mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
chore(README): update example versions
This commit is contained in:
parent
314b4e25d8
commit
db64ed031f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ GitHub action to install and run [rokit](https://github.com/rojo-rbx/rokit); a t
|
|||
Use the latest released version of `rokit` with default parameters:
|
||||
```yaml
|
||||
steps:
|
||||
- uses: CompeyDev/setup-rokit@v0.1.0
|
||||
- uses: CompeyDev/setup-rokit@v0.1.1
|
||||
```
|
||||
For a list of default parameter values, [check here](https://github.com/CompeyDev/setup-rokit/blob/main/action.yml#L5-L20).
|
||||
|
||||
|
@ -19,7 +19,7 @@ For a list of default parameter values, [check here](https://github.com/CompeyDe
|
|||
For more advanced cases, use the parameters below.
|
||||
```yaml
|
||||
steps:
|
||||
- uses: CompeyDev/setup-rokit@v0.1.0
|
||||
- uses: CompeyDev/setup-rokit@v0.1.1
|
||||
with:
|
||||
version: v1.0.0 # name of git tag in rokit (uses latest tag by default)
|
||||
path: some_dir/my_project # path to project dir containing a `rokit.toml`, `aftman.toml`, or `foreman.toml` ("." (current dir) by default)
|
||||
|
|
Loading…
Reference in a new issue