Skip to content

Commit

Permalink
Fix readme success badge color
Browse files Browse the repository at this point in the history
dakalamin committed Oct 20, 2024
1 parent e449353 commit d2570fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
if: ${{ needs.linkinator.result == 'success' }}
run: |
echo "MESSAGE=passing - $(date --utc '+%b %d %Y at %R UTC')" >> $GITHUB_ENV
echo "COLOR='#44cc11'" >> $GITHUB_ENV
echo "COLOR=#44cc11" >> $GITHUB_ENV
- name: Create badge
uses: schneegans/dynamic-badges-action@v1.7.0
with:

0 comments on commit d2570fd

Please sign in to comment.