Skip to content

Commit f666209

Browse files
committed
Set global git properties
1 parent 73ea517 commit f666209

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/repo-sanity-checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
ref: ${{ github.base_ref }}
1919
fetch-depth: 0
2020

21+
- name: Set global git properties:
22+
run: |
23+
git config --global user.email "cms-flaf@proton.me"
24+
git config --global user.name "CMS FLAF Integration Bot"
25+
2126
- name: Git GC before
2227
run: git gc --aggressive --prune=now
2328

0 commit comments

Comments
 (0)