fix: add user for git identification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user