We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shields updated how they handle GitHub CI Badges. So now the README.md badge is:
README.md
Old (current) markdown:
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dwyl/hits/Elixir%20CI?label=build&style=flat-square)](https://github.com/dwyl/hits/actions/workflows/ci.yml)
Detail: badges/shields#8671
Needs to follow the format:
https://img.shields.io/github/actions/workflow/status/<user>/<repo>/test.yml?branch=main
So the badge should be:
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/hits/ci.yml?label=build&style=flat-square&branch=main)
This should be a quick fix. Opening PR now. 👨💻
The text was updated successfully, but these errors were encountered:
Including this in #204
Sorry, something went wrong.
The up-shot is that we can now see the status of the build:
No branches or pull requests
Shields updated how they handle GitHub CI Badges. So now the
README.md
badge is:Old (current) markdown:
Detail: badges/shields#8671
Needs to follow the format:
So the badge should be:
This should be a quick fix. Opening PR now. 👨💻
The text was updated successfully, but these errors were encountered: