You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on our experience the pipe character (|) works really well as a universal separator character, as it's quite rare in input values (compared to ,, ;, = or other more common separator characters).
The guideline in this repo says:
https://github.com/bitrise-io/bitrise/blob/master/_docs/step-development-guideline.md#input-naming-convention
And the same rule applies to the outputs.
However, the guideline on devcenter says:
https://devcenter.bitrise.io/en/steps-and-workflows/developing-your-own-bitrise-step/developing-a-new-step.html
It seems that all the steps use pipe as an output separator in fact so devcenter is incorrect?
The text was updated successfully, but these errors were encountered: