Skip to content

Commit 7516ae5

Browse files
authored
更新 docker-image.yml
1 parent 158d1a9 commit 7516ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Git Configuration
3030
run: |
31-
git config --global user.name "iidamie"
32-
git config --global user.email "iidamie@users.noreply.github.com"
31+
git config --global user.name "${{ github.actor }}"
32+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
3333
3434
- name: Semantic Release
3535
id: semantic

0 commit comments

Comments
 (0)