GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/add-to-web3/add-to-web3/./action.yml (Line: 52, Col: 11): Unexpected symbol: '='. Located at position 18 within expression: inputs.no_wrap !== 'true',/home/runner/work/add-to-web3/add-to-web3/./action.yml (Line: 58, Col: 11): Unexpected symbol: '='. Located at position 18 within expression: inputs.no_wrap === 'true',/home/runner/work/add-to-web3/add-to-web3/./action.yml (Line: 52, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.no_wrap !== 'true' }},/home/runner/work/add-to-web3/add-to-web3/./action.yml (Line: 58, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ inputs.no_wrap === 'true' }}
at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)