Skip to content

Commit 479c27f

Browse files
committed
CI
1 parent 03458a5 commit 479c27f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767

6868
- name: Commit files
6969
run: |
70+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
71+
git config --local user.name "github-actions[bot]"
7072
git add .
7173
git commit -a -m "Push dist from ${{ github.sha }}"
7274

0 commit comments

Comments
 (0)