From 8014b2fa1f6a5bab5bf7fedd1e6d562cb7fa9816 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:22:01 -0400 Subject: [PATCH] Add trust descriptions back --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index acf9f72..37be449 100644 --- a/action.yml +++ b/action.yml @@ -7,10 +7,12 @@ inputs: 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' required: false path: