GitHub update status action

Hi,

I used the tutorial “Building github pull requests with Continua Ci” but I’m having problem with the “GitHub Update Status Action”.
I get the error “No GitHub repositories were found associated with this build”.  

What I need to configure in this action? In my Configuration, I’m using SSH in the Repository URL, can this interfere?

Thanks.

Hi Lucas

On the Action dialog, you need to add the name of the Repository in Continua, so for example if your github repo is named MyRepo in Continua CI, then on the action, in the Repositories field, add MyRepo

Hi Vincent,
excellent, thank you.