add git ghost identity

This commit is contained in:
2025-05-23 16:03:12 +02:00
parent 57b357e8a8
commit fc6825d018

View File

@@ -29,6 +29,10 @@ jobs:
uses: astral-sh/setup-uv@v5 uses: astral-sh/setup-uv@v5
- name: Set up Python - name: Set up Python
run: uv python install run: uv python install
- name: Set Git identity
run: |
git config user.name "Gitea CI"
git config user.email "ci@git.theprivateserver.de"
- name: Bump version - name: Bump version
id: bump id: bump
run: | run: |