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

Improve GH Actions badges #120

Open
MichaelCurrin opened this issue Sep 9, 2021 · 3 comments
Open

Improve GH Actions badges #120

MichaelCurrin opened this issue Sep 9, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@MichaelCurrin
Copy link
Owner

MichaelCurrin commented Sep 9, 2021

GH changes how it does badges

-[![Python CI](https://github.com/MichaelCurrin/unicron/workflows/Python%20CI/badge.svg)](https://github.com/MichaelCurrin/unicron/actions?query=workflow:"Python+CI" "GitHub Actions workflow")
+[![Python CI](https://github.com/MichaelCurrin/unicron/actions/workflows/main.yml/badge.svg)](https://github.com/MichaelCurrin/unicron/actions?query=workflow:"Python+CI" "Go to GitHub Actions workflow")

Old:

Python CI

New:

Python CI

@MichaelCurrin MichaelCurrin added the bug Something isn't working label Sep 9, 2021
@MichaelCurrin
Copy link
Owner Author

Note that a new input is needed - use main.yml as default

@MichaelCurrin
Copy link
Owner Author

Hmm well this still works

![](https://github.com/MichaelCurrin/badge-generator/workflows/GH%20Pages%20Deploy/badge.svg)

@MichaelCurrin
Copy link
Owner Author

But going through the UI in GH to make a badge, this is the new style

[![GH Pages Deploy](https://github.com/MichaelCurrin/badge-generator/actions/workflows/main.yml/badge.svg)](https://github.com/MichaelCurrin/badge-generator/actions/workflows/main.yml)

GH Pages Deploy

@MichaelCurrin MichaelCurrin changed the title Fix GH Actions badges Improve GH Actions badges May 12, 2022
@MichaelCurrin MichaelCurrin pinned this issue May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant