Codex- / await-remote-run

✅ Await the completion of a foreign repository Workflow Run given the Run ID.
MIT License
28 stars 8 forks source link

Missing pagination support #207

Closed omus closed 2 months ago

omus commented 2 months ago

Seeing this failure on v1.8.0:

Error: getWorkflowId: An unexpected error has occurred: Failed to get Workflow ID for '<workflow>', available workflows: [<list of 30 workflows>]
Error: Failed: Failed to get Workflow ID for '<workflow>', available workflows: [<list of 30 workflows>]
Warning: Does the token have the correct permissions?
Error: Failed to get Workflow ID for '<workflow>', available workflows: [<list of 30 workflows>]

I believe the issue is probably lack of pagination support as the default results per page is 30.

Codex- commented 2 months ago

This repository does not contain getWorkflowId, I think you're referring to return-dispatch: https://github.com/Codex-/return-dispatch

Please open the issue there and we can go from there.

omus commented 2 months ago

I'll open an issue against: https://github.com/marketplace/actions/await-local-workflow-run

omus commented 2 months ago

https://github.com/Codex-/await-local-workflow-run/issues/143