From 77154a9afb75475a62086ce3bc429c14d340840c Mon Sep 17 00:00:00 2001 From: ok-nick Date: Thu, 3 Aug 2023 10:51:23 -0400 Subject: [PATCH] refactor: remove deprecated trust options --- action.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/action.yml b/action.yml index fa7e901..25bb108 100644 --- a/action.yml +++ b/action.yml @@ -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