Skip to content
New issue

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

Broken Build Badge #206

Open
nelsonic opened this issue Dec 19, 2022 · 2 comments
Open

Broken Build Badge #206

nelsonic opened this issue Dec 19, 2022 · 2 comments
Labels
bug chore T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical

Comments

@nelsonic
Copy link
Member

Shields updated how they handle GitHub CI Badges. So now the README.md badge is:

image

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)

GitHub Workflow Status

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)

GitHub Workflow Status

This should be a quick fix. Opening PR now. 👨‍💻

@nelsonic nelsonic added bug technical chore T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. labels Dec 19, 2022
@nelsonic
Copy link
Member Author

Including this in #204 :shipit:

@nelsonic
Copy link
Member Author

nelsonic commented Dec 19, 2022

The up-shot is that we can now see the status of the build:

image

"build in progress" ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug chore T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical
Projects
None yet
Development

No branches or pull requests

1 participant