Skip to content

Commit a5c31e7

Browse files
committed
Add deprecation warning for certificate deployment
The certificat object does not need a location parameter to create it. Added a deprecation message so we can retire it in a future release.
1 parent 87c2dc9 commit a5c31e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github-action/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ inputs:
1313
nginx-deployment-location:
1414
description: "The location where the NGINX deployment is located. Example westcentralus"
1515
required: false
16+
deprecationMessage: "This field is not in use and will be removed in a future release. Consider dropping it from your Github Action configuration."
1617
nginx-config-directory-path:
1718
description: 'The NGINX configuration directory path relative to the root of the Git repository, example: "config/".'
1819
required: false

0 commit comments

Comments
 (0)