From 13eecd8084638fcab686d54ed55437e7e23eeb03 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 2 Apr 2024 17:37:20 +0300 Subject: [PATCH] chore: deprecate the 'identity' option --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 0bea331..57a0eb0 100644 --- a/action.yml +++ b/action.yml @@ -151,6 +151,7 @@ inputs: required: false identity: description: 'Option to specify a path to user-specific credentials, without / at the beginning' + deprecationMessage: 'This option is deprecated. Please use the environment variables instead.' required: false config: description: 'Option to specify a path to the configuration file, without / at the beginning'