fix default for path

This commit is contained in:
ok-nick 2022-07-18 13:39:50 -04:00
parent 46b8abf155
commit 02502dd894

View file

@ -20,7 +20,7 @@ steps:
|`version`|`aftman` version in the form `vx.x.x`|-| |`version`|`aftman` version in the form `vx.x.x`|-|
|`trust-check`|Whether to check trusts|`true`| |`trust-check`|Whether to check trusts|`true`|
|`trusts`|List of trusted tools separated by spaces|-| |`trusts`|List of trusted tools separated by spaces|-|
|`path`|Path to the `aftman.toml` directory|`./`| |`path`|Path to the `aftman.toml` directory|`.`|
|`token`|Github token from `github.token`|`github.token`| |`token`|Github token from `github.token`|`github.token`|
## Credits ## Credits