redhat-developer / openshift-actions

Please see the new actions under the redhat-actions organization.
https://github.com/redhat-actions
MIT License
22 stars 6 forks source link

Action doesn't support redirection operators #13

Open lstocchi opened 4 years ago

lstocchi commented 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.

lstocchi commented 4 years ago

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