add git ghost identity #7

Merged
WorldTeacher merged 1 commits from dev into main 2025-05-23 15:07:00 +01:00

View File

@@ -29,6 +29,10 @@ jobs:
uses: astral-sh/setup-uv@v5
- name: Set up Python
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
id: bump
run: |