From ef66621f1dab14e0961a9e9844841e0c307e1745 Mon Sep 17 00:00:00 2001 From: Sylvain Verly Date: Thu, 20 Mar 2025 17:04:56 +0100 Subject: [PATCH] Simplify example to avoid parse error --- action.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/action.yml b/action.yml index 92fd784..1228533 100644 --- a/action.yml +++ b/action.yml @@ -101,15 +101,7 @@ inputs: required: false description: A global timeout in seconds for the action. When the timeout is reached, the action immediately exits. The default is to run without a timeout. custom-tags: - description: >- - Additional tags to apply to the assumed role session. Must be a JSON object provided using toJSON. - Examples: - # Inline object: - custom-tags: "${{ toJSON({ 'Environment': 'Production', 'Team': 'DevOps' }) }}" - # Using a variable: - custom-tags: "${{ toJSON(vars.AWS_TAGS) }}" - # With secrets: - custom-tags: "${{ toJSON({ 'Team': secrets.TEAM_NAME }) }}" + description: Additional tags to apply to the assumed role session. Must be a JSON object provided as a string. required: false outputs: