convictional / trigger-workflow-and-wait

Trigger a workflow in another (or same) repository and wait for the job to finish.
MIT License
321 stars 153 forks source link

Is it possible to trigger dependency workflow? #11

Open dodozhang21 opened 3 years ago

dodozhang21 commented 3 years ago

Hi I wonder if I could use this to trigger dependency projects per main project's labels on a pr merge. So it can dynamic trigger dependency workflow on variables. Is that possible?

Also, is it possible to pass parameters to the dependency workflow?

Thanks

wlsf82 commented 2 years ago

Also, is it possible to pass parameters to the dependency workflow?

It seems that you could use client_payload (Payload to pass to the workflow, must be a JSON string).