From 54b8bf8a29dacc32e609a0d41cb4d6eaf3d731bf Mon Sep 17 00:00:00 2001 From: dmvict Date: Thu, 8 Feb 2024 10:10:29 +0200 Subject: [PATCH] Update file `action.yml`, do not use special syntax in description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6c67fa7a..13ead4b7 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ inputs: required: false default: ${{ toJSON( matrix ) }} inputs_context: - description: 'Pass context `inputs` into an external action. The action cannot resolve context `inputs` and resolve all inputs. If you need valid context `inputs`, then add option `inputs_context : ${{ toJSON( inputs ) }}`.' + description: 'Pass context `inputs` into an external action. The action cannot resolve context `inputs` and resolve all inputs. If you need valid context `inputs`, then add option as described in `Readme.md`.' required: false default: '{}' attempt_limit: