mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
docs: update version
This commit is contained in:
parent
04c00c57d3
commit
d43c31d23c
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@ GitHub action to install and run [aftman](https://github.com/LPGhatguy/aftman);
|
||||||
Use the latest released version of `aftman` with default parameters:
|
Use the latest released version of `aftman` with default parameters:
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: ok-nick/setup-aftman@v0.4.0
|
- uses: ok-nick/setup-aftman@v0.4.1
|
||||||
```
|
```
|
||||||
For a list of default parameter values, [check here](https://github.com/ok-nick/setup-aftman/blob/main/action.yml#L5-L25).
|
For a list of default parameter values, [check here](https://github.com/ok-nick/setup-aftman/blob/main/action.yml#L5-L20).
|
||||||
|
|
||||||
### Advanced Usage
|
### Advanced Usage
|
||||||
For more advanced cases, use the parameters below.
|
For more advanced cases, use the parameters below.
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: ok-nick/setup-aftman@v0.4.0
|
- uses: ok-nick/setup-aftman@v0.4.1
|
||||||
with:
|
with:
|
||||||
version: v1.0.0 # name of git tag in aftman (uses latest by default)
|
version: v1.0.0 # name of git tag in aftman (uses latest by default)
|
||||||
path: some_dir/my_project # path to project dir containing `aftman.toml` (uses current dir by default)
|
path: some_dir/my_project # path to project dir containing `aftman.toml` (uses current dir by default)
|
||||||
|
|
Loading…
Reference in a new issue