mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
docs: typos and clarity
This commit is contained in:
parent
de1b18ec79
commit
0af9083617
2 changed files with 4 additions and 4 deletions
|
@ -23,8 +23,8 @@ steps:
|
||||||
- uses: ok-nick/setup-aftman@v0.3.0
|
- uses: ok-nick/setup-aftman@v0.3.0
|
||||||
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 directory containing `aftman.toml` (uses current directory by default)
|
path: some_dir/my_project # path to project dir containing `aftman.toml` (uses current dir by default)
|
||||||
cache: true # whether or not to enable binary caching between runs (true by default)
|
cache: true # whether to enable binary caching between runs (true by default)
|
||||||
token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)
|
token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@ inputs:
|
||||||
default: "."
|
default: "."
|
||||||
required: false
|
required: false
|
||||||
cache:
|
cache:
|
||||||
description: "Whether or not to enable caching"
|
description: "Whether to enable caching"
|
||||||
default: "true"
|
default: "true"
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: "Github token via `github.token`"
|
description: "GitHub token via `github.token`"
|
||||||
default: "${{ github.token }}"
|
default: "${{ github.token }}"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue