Skip to content

Commit

Permalink
ci(deps): restaure credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed May 18, 2024
1 parent d8677dd commit 4ff2ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bot_deps-docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/bot_deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ff2ab1

Please sign in to comment.