'GitHub CI badge shows "no status"

Create badge image:

Create badge image

Created badge image result:

[Created badge image result

Why is there not a "passing"/"failed"/"succeeded"?

Workflows



Solution 1:[1]

I've run into this before, try using the name of the Action instead of the workflow file name.

CI

This snippet should work for you:

[![CI](https://github.com/sunnamed434/UIElementsUnturned/workflows/CI/badge.svg
)](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 :(

[![CI](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml/badge.svg)](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml)

[![CI](https://github.com/thereapr/reincarnated_mod/actions/workflows/CI/badge.svg)](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