From 8049b182df86c233a2f4bee58046f4801fd9de93 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Tue, 6 Dec 2022 10:29:17 -0800 Subject: [PATCH] Parse variable appropriately in description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b873db..3e27aa1 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: false default: "CAPABILITY_IAM" parameter-overrides: - description: 'The parameters to override in the stack inputs. You can pass a comma-delimited list or a file URL. Comma-delimited list has each entry formatted as =. A JSON file can be a local file with a "file://" prefix or remote URL (e.g. file://${{ github.workspace }}/variables.json or http://example.com/variables.json). A local file needs to be specified with an absolute path to it. The file should look like: [ { "ParameterKey": "KeyPairName", "ParameterValue": "MyKey" }]' + description: 'The parameters to override in the stack inputs. You can pass a comma-delimited list or a file URL. Comma-delimited list has each entry formatted as =. A JSON file can be a local file with a "file://" prefix or remote URL (e.g. file://github.workspace/variables.json or http://example.com/variables.json). A local file needs to be specified with an absolute path to it. The file should look like: [ { "ParameterKey": "KeyPairName", "ParameterValue": "MyKey" }]' required: false no-execute-changeset: description: "Indicates whether to execute to the change set or have it reviewed. Default to '0' (will execute the change set)"