diff --git a/.github/workflows/bot_deps-docs-update.yml b/.github/workflows/bot_deps-docs-update.yml index 5f7f94a0..3b79749e 100644 --- a/.github/workflows/bot_deps-docs-update.yml +++ b/.github/workflows/bot_deps-docs-update.yml @@ -34,6 +34,8 @@ jobs: - name: ⚙️ Configuring Git run: | + git config --global user.name 'wellwelwel' + git config --global user.email '46850407+wellwelwel@users.noreply.github.com' git update-index --refresh > /dev/null 2>&1 || true - name: 🔎 Checking for Changes diff --git a/.github/workflows/bot_deps-update.yml b/.github/workflows/bot_deps-update.yml index 781597fb..8fd4471d 100644 --- a/.github/workflows/bot_deps-update.yml +++ b/.github/workflows/bot_deps-update.yml @@ -34,6 +34,8 @@ jobs: - name: ⚙️ Configuring Git run: | + git config --global user.name 'wellwelwel' + git config --global user.email '46850407+wellwelwel@users.noreply.github.com' git update-index --refresh > /dev/null 2>&1 || true - name: 🔎 Checking for Changes