Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Table of contents

setVariables

Description

Load environment variables from a .env file.

Fields

Field Type Description Default
id string Optional. ID of the step. Generated UUID
description string Optional. Description of the step.  
action string Required. Action to perform.  
path string Required. Path to the .env file.  

Examples

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