Create badge image:
Created badge image result:
[
Why is there not a "passing"/"failed"/"succeeded"?
Create badge image:
Created badge image result:
[
Why is there not a "passing"/"failed"/"succeeded"?
I've run into this before, try using the name of the Action instead of the workflow file name.
This snippet should work for you:
[![CI](https://github.com/sunnamed434/UIElementsUnturned/workflows/CI/badge.svg
)](https://github.com/sunnamed434/UIElementsUnturned/actions/workflows/NET_Framework_CI.yml)
the first URL shoul be without /actions
like this https://github.com/thereapr/reincarnated_mod/workflows/CI/badge.svg
I got the same issue but neither the filename nor the workflow name works for me :(
[![CI](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml/badge.svg)](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml)
[![CI](https://github.com/thereapr/reincarnated_mod/actions/workflows/CI/badge.svg)](https://github.com/thereapr/reincarnated_mod/actions/workflows/gradle.yml)
actions
from the URL when using the workflow name. –
Canale I had to rename my workflow to not have spaces and then use the workaround described at the top of this thread
© 2022 - 2024 — McMap. All rights reserved.