Mark key input as deprecated

This commit is contained in:
CrazyMax 2020-05-10 17:25:03 +02:00
parent b965206285
commit a1f27b29e7
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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: '.'