refactor: remove deprecated trust options

This commit is contained in:
ok-nick 2023-08-03 10:51:23 -04:00
parent 2f49a90f7d
commit 77154a9afb
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -4,23 +4,14 @@ author: ok-nick
inputs:
version:
description: "`aftman` version in the form `vx.x.x`"
required: false
trust-check:
description: "Whether to check trusts"
deprecationMessage: "Input `trust-check` is no longer used in `setup-aftman`, consider removing it from your configuration"
default: "true"
required: false
trusts:
description: "List of trusted tools separated by spaces"
deprecationMessage: "Input `trusts` is no longer used in `setup-aftman`, consider removing it from your configuration"
description: "`aftman` Git tag (usually in the form vx.x.x)"
required: false
path:
description: "Path to the `aftman.toml` directory"
default: "."
required: false
token:
description: "Github token from `github.token`"
description: "Github token via `github.token`"
default: "${{ github.token }}"
required: false