'GitHub CI badge shows "no status"
Create badge image:
Created badge image result:
[
Why is there not a "passing"/"failed"/"succeeded"?
Solution 1:[1]
I've run into this before, try using the name of the Action instead of the workflow file name.
This snippet should work for you:
[](https://github.com/sunnamed434/UIElementsUnturned/actions/workflows/NET_Framework_CI.yml)
Solution 2:[2]
the first URL shoul be without /actions
like this https://github.com/thereapr/reincarnated_mod/workflows/CI/badge.svg
Solution 3:[3]
I got the same issue but neither the filename nor the workflow name works for me :(
[](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml)
[](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | riQQ |
| Solution 2 | ruslanrust |
| Solution 3 | Skyriiy |

