We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using CCMenu 26.0
After signing in to github and choosing a repo + pipeline, CCmenu shows this:
Clicking on the pipeline shows this error:
Making a GET request to the URL https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows shows this response:
{ "id": 18572702, "node_id": "W_kwDOARacus4BG2We", "name": "pages-build-deployment", "path": "dynamic/pages/pages-build-deployment", "state": "active", "created_at": "2022-01-24T20:59:08.000Z", "updated_at": "2022-01-24T20:59:08.000Z", "url": "https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/18572702", "html_url": "https://github.com/spinningarrow/sahil.me/actions/workflows/pages/pages-build-deployment", "badge_url": "https://github.com/spinningarrow/sahil.me/actions/workflows/pages/pages-build-deployment/badge.svg" }
i.e. looks like the correct workflow URL is https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/18572702 and not the one shown in CCMenu (https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/pages-build-deployment/runs does indeed return a 404).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using CCMenu 26.0
After signing in to github and choosing a repo + pipeline, CCmenu shows this:
Clicking on the pipeline shows this error:
Making a GET request to the URL https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows shows this response:
i.e. looks like the correct workflow URL is https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/18572702 and not the one shown in CCMenu (https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/pages-build-deployment/runs does indeed return a 404).
The text was updated successfully, but these errors were encountered: