Skip to content
New issue

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

/github/workflow/status/:user/:repo/:workflow is not able to find the workflow #6593

Closed
1 of 3 tasks
ithinkthisisnotreal opened this issue Jun 6, 2021 · 1 comment
Closed
1 of 3 tasks
Labels
question Support questions, usage questions, unconfirmed bugs, discussions, ideas

Comments

@ithinkthisisnotreal
Copy link

Are you experiencing an issue with...

🪲 Description

I want to add a workflow badge, so from shields.io I took this url

/github/workflow/status/:user/:repo/:workflow

and wanted to test it with any public repository, I'm using this for testing purposes

https://github.com/thenativeweb/wolkenkit/blob/main/.github/workflows/qa.yml

Unfortunately the badge is not able to find the workflow.

🔗 Link to the badge

https://img.shields.io/github/workflow/status/thenativeweb/wolkenkit/qa

💡 Possible Solution

@ithinkthisisnotreal ithinkthisisnotreal added the question Support questions, usage questions, unconfirmed bugs, discussions, ideas label Jun 6, 2021
@calebcartwright
Copy link
Member

Thanks for reaching out but going to close. As noted in various previous issues, our badges utilize the user-specified workflow name (defined within the yaml file) which is case sensitive; not the yaml filename of the workflow definition.

You've defined QA (note the upper case) as your workflow name here therefore you need to use the identical QA for the route parameter.

Try this instead:
https://img.shields.io/github/workflow/status/thenativeweb/wolkenkit/QA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Support questions, usage questions, unconfirmed bugs, discussions, ideas
Projects
None yet
Development

No branches or pull requests

2 participants