Skip to content
2 changes: 2 additions & 0 deletions .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 "github-actions[bot]@users.noreply.github.com"
Comment thread
nazarli-shabnam marked this conversation as resolved.
Outdated
git add github-trending.json github-trending.status.json
git commit -m "chore(readme): update GitHub Trending badge"
Comment thread
nazarli-shabnam marked this conversation as resolved.
Outdated
git push
Loading