dwyl / phoenix-todo-list-tutorial

✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest)
https://phxtodo.fly.dev/
GNU General Public License v2.0
190 stars 14 forks source link

Broken Build Badge #63

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

Don't you just love breaking changes? 🎉 (🤦‍♂️)

Currently:

image

GitHub Workflow Status

Old (current) markdown:

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dwyl/phoenix-todo-list-tutorial/Elixir%20CI?label=build&style=flat-square)

See: 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 our badge is:

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/phoenix-todo-list-tutorial/ci.yml?label=build&style=flat-square&branch=main)

GitHub Workflow Status

This should be a T5m fix.

nelsonic commented 1 year ago

Fixed in #56