From 14933ea774fbc37dfef0bf7033b24034d1159069 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Thu, 18 Aug 2022 15:49:59 -0400 Subject: [PATCH] Add deprecation message to trust inputs --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index 4a037d7..d9b531c 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,13 @@ inputs: version: description: '`aftman` version in the form `vx.x.x`' required: false + trust-check: + deprecationMessage: 'Input `trust-check` is no longer used in `setup-aftman`, consider removing it from your configuration' + default: 'true' + required: false + trusts: + deprecationMessage: 'Input `trusts` is no longer used in `setup-aftman`, consider removing it from your configuration' + required: false path: description: 'Path to the `aftman.toml` directory' default: '.'