Skip to main content

Environment Variable

Specify the same environment variables cross shell.

Syntaxโ€‹

env:
- name: ALIAE_CONFIG
value: /Users/Jan/configs/aliae.yaml

Variableโ€‹

NameTypeDescription
namestringthe variable name
valueanythe variable value, supports templating
delimiterstringif you want to join an array of string values (separated by newlines), supports templating
ifstringgolang template conditional statement, see if
persistbooleanif you want to persist the environment variable into the registry for the current user (Windows only)
typestringtype to export to, possible values are string (default) and array