Skip to main content

setVariables

Load environment variables from a .env file.

Fields

FieldTypeDescriptionDefault
idstringOptional. ID of the step.Generated UUID
descriptionstringOptional. Description of the step.
actionstringRequired. Action to perform.
pathstringRequired. Path to the .env file.

Examples

{
"action": "setVariables",
"path": ".env"
}