diff --git a/README.md b/README.md index c0dc25b..64b105f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ steps: |`version`|`aftman` version in the form `vx.x.x`|-| |`no-trust-check`|Whether to check trusts|`false`| |`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 `secrets.GITHUB_TOKEN`|-| ## Credits diff --git a/action.yml b/action.yml index e3c731f..a5e514b 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: false path: description: 'Path to the `aftman.toml` directory' - default: '' + default: './' required: false token: description: 'Github token from `secrets.GITHUB_TOKEN`' @@ -67,7 +67,6 @@ runs: if [ ${{ inputs.no-trust-check }} == true ]; then aftman install --no-trust-check else - cat ./aftman.toml aftman install fi