return-dispatch
return-dispatch copied to clipboard
Not able to fetch the run IDs, It is coming as empty Array []
This is the extension of the previous issue.
Usecase: I am trying to make a workflow dispatch call from our public repo to our private repo using codex-/return-dispatch action.
issue:
The call actually successfully triggers the workflow in the private repo however "it keeps on waiting and finally times out but not able to fetch the run IDs"
I have run the workflow in debug mode and I can see it is printing - Runs Fetched: [] which means it is not able to fetch the run IDs. however when I use octokit to locally fetch the run IDs it actually works.
This is my calling workflow code - this
*note - My receiving workflow is again calling 5 child workflows using workflow call.
@Codex- Please help as it is blocking our pipeline work.