hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

refactor: use weird seperate for user provided parameters #309

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Motivation and Context

The current comma separation for entrance parameters within the createTemplate script means that providing a JSON object as an entrance parameter causes createTemplate to split the JSON value which is then not processed by freemarker. Using a sperator like || means that it is unlikely to interfere with user provided inputs

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: