docs: lowercase A for consistency

This commit is contained in:
nick 2023-06-19 10:37:00 -04:00 committed by GitHub
parent 3f96d8a89b
commit 2f49a90f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ For more advanced cases, use the parameters below.
steps: 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_directory/my_project # path to project directory containing `aftman.toml` path: some_directory/my_project # path to project directory containing `aftman.toml`
token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default) token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)
``` ```