Skip to content

Commit 41455da

Browse files
Fix(actions): Init git user
1 parent 5c0af61 commit 41455da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
- name: 📥 Download deps
6969
run: npm install
7070

71+
- name: ⚙️ Setup git
72+
run: |
73+
git config --global user.email [email protected]
74+
git config --global user.name github-actions-bot
75+
7176
- name: 🔨 Build
7277
run: npm run build:demo
7378

0 commit comments

Comments
 (0)