You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs are unavailable - either the workflow run is not finished (currently GitHub API returns 404 for logs for unfinished runs)
or the url is incorrect. The log url: https://api.github.com/repos/user/repo/actions/runs/123456789/logs
Currently, the message for unfinished runs is:
A link to view the log in the browser instead would be useful. The conversion is very simple:
https://api.github.com/repos/{user}/{repo}/actions/runs/{runNumber}/logs
becomes
https://github.com/{user}/{repo}/actions/runs/{runNumber}