The default value in a <prompt> action does not expand properties.
For example:
<prompt name="new_path" title="Define administrator username" default="${env.USERNAME}" />
The prompt will be displayed with the literal value ${env.USERNAME} instead of expanding to Antoine.