DEV Community

Discussion on: An Unintentionally Comprehensive Introduction to GitHub Actions CI

Collapse
 
danielltw profile image
Daniel Leong πŸ‡ΈπŸ‡¬

Been using it for the last 4 working days.
This new Github Actions is really good and easy to use.

The only real issue that I have been working on is how repo A could trigger repo B actions as a downstream workflow.

Have found the repository_dispatch event, but the documentation for it has not been great.

Collapse
 
danielltw profile image
Daniel Leong πŸ‡ΈπŸ‡¬

For anyone seeking help on repository_dispatch, this gist that I have created should help.

gist.github.com/Daniel-ltw/552b908...