Home > Software design >  Github Actions badge shows "No status"
Github Actions badge shows "No status"

Time:04-16

got a trouble with GitHub Actions badges.

I have three 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

CodePudding user response:

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

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

  • Related