lewagon / wait-on-check-action

This action can be used to halt any workflow until required checks for a given ref (e.g., in a sibling workflow) pass successfully.
MIT License
343 stars 62 forks source link

not able to trigger workflow in another repo #64

Open alexgocariq opened 2 years ago

alexgocariq commented 2 years ago

I tried to use another workflow dispatch and while exploring the issue I had someone advised me to use your dispatch. I have repo which finished to build the container and in my job I tried to dispatch to another workflow in a different repo image Not sure if your action support dispatch to workflow in another repo but this is how I understood based on the comment I mentioned above. So I am getting this error image what do I do wrong?

karkir0003 commented 2 years ago

I have this issue as well. How did you resolve it @alexgocariq

karkir0003 commented 2 years ago

@progapandist