chore(README): update example versions

This commit is contained in:
Erica Marigold 2024-08-13 21:02:33 +05:30 committed by GitHub
parent 0fddabfbd6
commit d49be92bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: Use the latest released version of `rokit` with default parameters:
```yaml ```yaml
steps: steps:
- uses: CompeyDev/setup-rokit@v0.1.1 - uses: CompeyDev/setup-rokit@v0.1.2
``` ```
For a list of default parameter values, [check here](https://github.com/CompeyDev/setup-rokit/blob/main/action.yml#L5-L20). 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. For more advanced cases, use the parameters below.
```yaml ```yaml
steps: steps:
- uses: CompeyDev/setup-rokit@v0.1.1 - uses: CompeyDev/setup-rokit@v0.1.2
with: with:
version: v1.0.0 # name of git tag in rokit (uses latest tag by default) 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) path: some_dir/my_project # path to project dir containing a `rokit.toml`, `aftman.toml`, or `foreman.toml` ("." (current dir) by default)