return-dispatch icon indicating copy to clipboard operation
return-dispatch copied to clipboard

Not able to fetch the run IDs, It is coming as empty Array []

Open SangeetJoy opened this issue 1 year ago • 6 comments
trafficstars

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.

SangeetJoy avatar Oct 01 '24 05:10 SangeetJoy