Skip to content

Commit 4ff2ab1

Browse files
committed
ci(deps): restaure credentials
1 parent d8677dd commit 4ff2ab1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/bot_deps-docs-update.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: ⚙️ Configuring Git
3636
run: |
37+
git config --global user.name 'wellwelwel'
38+
git config --global user.email '[email protected]'
3739
git update-index --refresh > /dev/null 2>&1 || true
3840
3941
- name: 🔎 Checking for Changes

.github/workflows/bot_deps-update.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: ⚙️ Configuring Git
3636
run: |
37+
git config --global user.name 'wellwelwel'
38+
git config --global user.email '[email protected]'
3739
git update-index --refresh > /dev/null 2>&1 || true
3840
3941
- name: 🔎 Checking for Changes

0 commit comments

Comments
 (0)