mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 23:20:32 +00:00
Mark key input as deprecated
This commit is contained in:
parent
b965206285
commit
a1f27b29e7
1 changed files with 2 additions and 1 deletions
|
|
@ -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: '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue