Wrong single quote escape in bash script

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.

Hey @gripdevs :wave:

Can you please link the step’s repo or copy paste the related source code snippet?