Features
#86 add vars to ci
e.g.
ci:
vars: # ci.vars supports dynamic values using "template" or "envsubst"
yoo: # the variable "yoo" is added to ".Vars"
- type: template
value: '{{env "YOO"}}'
vars: # "vars" only supports static value
foo: foo