-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Description
Describe the bug
Any calls to (at least) the endpoints below fail, without any feedback to debug with
- octokit.rest.actions.listWorkflowRunsForRepo
- octokit.rest.actions.listWorkflowRuns
I also tested withoctokit.rest.actions.getWorkflowand that does work, so not everything underactionsis failing. Even placing the call within a try/catch and enablingACTIONS_STEP_DEBUGI don't get any feedback on what is happening and I am lost how to debug further. Also tried to make the calls myself in Postman and those work, so I halfway expecting something in the response handling for this.
Also tried running the request directly in octokit, but this has the same result: no error, but also no logging:
const response = await octokit.request(
"GET /repos/{owner}/{repo}/actions/runs",
{owner, repo}
)
console.log(`Response: ${JSON.stringify(response)}`)Logging
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
At least an error with more info would be nice :-D
Additional context
See the workflow run here: https://github.com/rajbos/demo-actions/runs/4441569964?check_suite_focus=true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
