chore: remove git name and email setup as this should be configured in ci-os
This commit is contained in:
parent
31d17533db
commit
cb03cdfebd
1 changed files with 0 additions and 5 deletions
|
@ -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: |
|
||||
|
|
Reference in a new issue