chore: remove git name and email setup as this should be configured in ci-os

This commit is contained in:
Tommy 2024-11-22 07:40:53 +01:00
parent 31d17533db
commit cb03cdfebd
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -22,11 +22,6 @@ jobs:
with:
fetch-depth: 0 # Ensures full history for accurate diffing
- name: Set up Git
run: |
git config --global user.name "Per[bot]"
git config --global user.email "noreply@252.no"
- name: Identify Merge Commit and List Changed Charts
id: changed-charts
run: |