with.cwd
· Step current working directory
Configure the current working directory in which the step and its children will be executed.
yaml
- _: Say hi
log: Bonjour, mes amis !
with:
cwd: /home/esquie
IMPORTANT
The current working directory must be granted in the with.permissions.read
to prevent execution failures.