Skip to content

Conversation

MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Aug 29, 2025

Situation

The README badge for the Build Status workflow "Test" is permanently showing "failing".

image

The URL used for the badge is https://github.com/semantic-release/github/workflows/Test/badge.svg

The workflow is .github/workflows/test.yml and the default branch is master.

The correct syntax for displaying a GitHub Actions workflow syntax is documented in Adding a workflow status badge

Change

The badge URL is changed to

https://github.com/semantic-release/github/actions/workflows/test.yml/badge.svg to display the status of the workflow .github/workflows/test.yml in the default master branch.

the workflow link is changed to

https://github.com/semantic-release/github/actions/workflows/test.yml?query=branch%3Amaster

Copy link
Member

@travi travi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@travi travi merged commit 2e5a61c into semantic-release:master Aug 29, 2025
6 checks passed
Copy link

🎉 This PR is included in version 11.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 deleted the ci-test-badge branch August 30, 2025 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants