diff --git a/tasks/print-param.yml b/tasks/print-param.yml index 73f63fc..db30f0c 100644 --- a/tasks/print-param.yml +++ b/tasks/print-param.yml @@ -6,10 +6,11 @@ image_resource: params: ECHO_ME: "default text to echo from task config file" + ALSO_ME: run: path: sh args: - -c - | - echo ${ECHO_ME} + echo ${ECHO_ME} and ${ALSO_ME}