issues
search
CircleCI-Public
/
continuation-orb
MIT License
12
stars
15
forks
source link
PIPE-3643 Add checkout and workspace_path parameters
#36
Closed
Markl121
closed
1 year ago
Markl121
commented
1 year ago
Adds new
checkout
boolean parameter, default
true
: skips the
checkout
step when set to
false
Adds new
workspace_path
string parameter, default
""
: adds an
attach_workspace
step if set
Closes #28
checkout
boolean parameter, defaulttrue
: skips thecheckout
step when set tofalse
workspace_path
string parameter, default""
: adds anattach_workspace
step if setCloses #28