Skip to content

Commit

Permalink
Use "ok" for successful changelog updates
Browse files Browse the repository at this point in the history
This is more accurate because the "no changelog" label also makes this succeed without actually updating the changelog.
  • Loading branch information
ricardoboss committed Dec 23, 2023
1 parent f23bf55 commit 3544b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Provide success badge
id: changelog
run: |
echo "badge=https://img.shields.io/badge/CHANGELOG-updated-brightgreen.svg?style=flat" >> "$GITHUB_OUTPUT"
echo "badge=https://img.shields.io/badge/CHANGELOG-ok-brightgreen.svg?style=flat" >> "$GITHUB_OUTPUT"
- name: Provide failure badge
id: changelog-failure
Expand Down

0 comments on commit 3544b59

Please sign in to comment.