Hi there,
I would like to export a variable from my workflow flow.
Besides the behaviour I would like to have, I have the following:
export MY_ENV_VAR=’'My nice value"
when I check out the output on the Bitrise page, what I get is the following:
export ‘MY_ENV_VAR=’’‘My nice value’’’’
which looks like escaped with single-quote. Needless to say that in the context of the steps the value is invalid.
Do I have to do something to avoid escaping?
Thanks.