-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
```yaml | ||
steps: | ||
- uses: ok-nick/[email protected].0 | ||
- uses: ok-nick/[email protected].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 | ||
For more advanced cases, use the parameters below. | ||
```yaml | ||
steps: | ||
- uses: ok-nick/[email protected].0 | ||
- uses: ok-nick/[email protected].1 | ||
with: | ||
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) | ||
|