Open lstocchi opened 4 years ago
If you want to redirect the output of an oc cmd using a pipe| or a redirector > the action will display an error bc it doesn't recognize those symbols.
|
>
Pipes are not currently supported by action toolkit. Opened an issue to support this on the official repo https://github.com/actions/toolkit/issues/346
If you want to redirect the output of an oc cmd using a pipe
|
or a redirector>
the action will display an error bc it doesn't recognize those symbols.