docs: be clear on the defaults

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

View file

@ -22,9 +22,9 @@ For more advanced cases, use the parameters below.
steps:
- uses: ok-nick/setup-aftman@v0.3.0
with:
version: v1.0.0 # name of git tag
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`
token: ${{ github.token }} # GitHub token to bypass rate limit
token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)
```
## Credits