Amer Jazaerli

Results 2 comments of Amer Jazaerli

@mppk, if you are still running into the same problem, you can use bash style string replacement. There is no need to invoke bash. ```yaml substitutions: _NEW_BRANCH_NAME: ${BRANCH_NAME//\//-} ```

I have the same problem.