Search code examples
githubgithub-actions

Github Actions badge shows "No status"


got a trouble with GitHub Actions badges.

I have three workflows in my repository.

And I am trying to get their badges in Readme using GitHub links: https://github.com/riZZZhik/belinsky/actions/workflows/tests.yaml/badge.svg https://github.com/riZZZhik/belinsky/actions/workflows/code_analyzis.yaml/badge.svg https://github.com/riZZZhik/belinsky/actions/workflows/push_docker_image.yaml/badge.svg

Badges images have "no status" values:
Badges)
which is strange, because workflows correctly completed: https://github.com/riZZZhik/belinsky/actions

The question is how to make badges show "passed" / "not passed" based on workflow execution


Solution

  • I have the same problem. Using the link below instead seems to work.

    https://github.com/riZZZhik/belinsky/workflows/Unittests/badge.svg