Skip to content

Commit 3e860ac

Browse files
committed
Updated actions to allow the new format
1 parent 42bae4f commit 3e860ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ inputs:
2727
[ { "ParameterKey": "KeyPairName", "ParameterValue": "MyKey" }]. For YAML
2828
objects, provide parameter keys and values directly in the YAML structure.
2929
required: false
30+
type:
31+
- 'string'
32+
- 'object'
3033
no-execute-changeset:
3134
description: >-
3235
Indicates whether to execute to the change set or have it reviewed.
@@ -89,6 +92,9 @@ inputs:
8992
3. As a JSON string:
9093
tags: '[{"Key":"Environment","Value":"Production"},{"Key":"Team","Value":"DevOps"}]'
9194
required: false
95+
type:
96+
- 'string'
97+
- 'object'
9298
termination-protection:
9399
description: >-
94100
Whether to enable termination protection on the specified stack.

0 commit comments

Comments
 (0)