docs: typos and clarity

This commit is contained in:
ok-nick 2023-08-03 19:59:32 -04:00
parent de1b18ec79
commit 0af9083617
No known key found for this signature in database
GPG key ID: E6F3F722530600D2
2 changed files with 4 additions and 4 deletions

View file

@ -23,8 +23,8 @@ steps:
- uses: ok-nick/setup-aftman@v0.3.0
with:
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)
cache: true # whether or not to enable binary caching between runs (true by default)
path: some_dir/my_project # path to project dir containing `aftman.toml` (uses current dir 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)
```

View file

@ -11,11 +11,11 @@ inputs:
default: "."
required: false
cache:
description: "Whether or not to enable caching"
description: "Whether to enable caching"
default: "true"
required: false
token:
description: "Github token via `github.token`"
description: "GitHub token via `github.token`"
default: "${{ github.token }}"
required: false