Skip to content
4 changes: 3 additions & 1 deletion .github/workflows/github-trending-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
echo "No changes to commit."
exit 0
fi
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add github-trending.json github-trending.status.json
git commit -m "chore(readme): update GitHub Trending badge"
git commit -m "chore(trending): update GitHub Trending badge JSON/status"
git push
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Contributions are welcome. Please open an issue for bugs or feature ideas, and r

## GitHub Trending

[![GitHub Trending](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devlaner/devlane/main/github-trending.json)](https://github.com/trending)
[![GitHub Trending](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devlaner/devlane/main/github-trending.json)](https://github.com/trending) [![GitHub Stars](https://img.shields.io/github/stars/Devlaner/devlane?style=social)](https://github.com/Devlaner/devlane/stargazers)
Comment thread
nazarli-shabnam marked this conversation as resolved.

Comment thread
nazarli-shabnam marked this conversation as resolved.
## License

Expand Down
Loading