From a1f27b29e771f2cc49527db7d11a8d115f4881d3 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 May 2020 17:25:03 +0200 Subject: [PATCH] Mark key input as deprecated --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e27e7f7..2abe4df 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,8 @@ inputs: args: description: 'Arguments to pass to GoReleaser' key: - description: 'Private key to import' + description: 'Deprecated. Use goreleaser/goreleaser-action@v2 alongside crazy-max/ghaction-import-gpg' + deprecationMessage: 'The key input will not be supported. Use goreleaser/goreleaser-action@v2 alongside crazy-max/ghaction-import-gpg' workdir: description: 'Working directory (below repository root)' default: '.'