GitHub Custom Action failure: unexpected token `|', conditional binary operator expected

Hi,

At the first glance, the definition of the GH action looks good.

You can enable step debug logging, then you should see more information.

Also, make sure that your docker password doesn’t contain special characters like e.g. |.

BTW, you don’t need actions_directory: 'actions', default value for the actions_directory input parameter is actions, so you can skip it.

1 Like