fix: add user for git identification

This commit is contained in:
gitea-analytics-bot
2026-01-21 23:05:07 -05:00
parent ef226f190d
commit a5fddfff03

View File

@@ -48,8 +48,8 @@ jobs:
git add README.md
if git diff --staged --quiet; then
echo "No changes"
echo "No changes to commit"
else
git commit -m "chore: sync code velocity to ${{ env.FORMATTED_LOC }} LOC [skip ci]"
git push http://${{ secrets.PAT_TOKEN }}@gitea-http:3000/${{ github.repository }}.git ${{ github.ref_name }}
git push http://patrick:${{ secrets.PAT_TOKEN }}@gitea-http:3000/${{ github.repository }}.git ${{ github.ref_name }}
fi