pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.26k stars 61 forks source link

Broken Build Badge #169

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

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

image

Old (current) markdown:

[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/pentacent/keila/CI/main?style=flat-square)](https://github.com/pentacent/keila/actions/workflows/ci.yml)

GitHub Workflow Status (branch)

Detail: https://github.com/badges/shields/issues/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/pentacent/keila/ci.yml?label=build&style=flat-square&branch=main)

GitHub Workflow Status

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

nelsonic commented 1 year ago

PR: #170 :shipit: