Currently, the
%s
wildcard is not supported in Runner 3.0 working directories and will be interpreted as a literal value.
> For Machine Runner 3.0, the %s substitution feature is not supported. The %s value in the working directory path would be interpreted as a literal value. https://circleci.com/docs/machine-runner-3-configuration-reference/#runner-working-directory
This feature request is to introduce the
%s
wildcard for use within the
runner.working_directory
parameter in a runner's configuration file.
Created by Ervin Grapp