We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158d1a9 commit 7516ae5Copy full SHA for 7516ae5
.github/workflows/docker-image.yml
@@ -28,8 +28,8 @@ jobs:
28
29
- name: Git Configuration
30
run: |
31
- git config --global user.name "iidamie"
32
- git config --global user.email "iidamie@users.noreply.github.com"
+ git config --global user.name "${{ github.actor }}"
+ git config --global user.email "${{ github.actor }}@users.noreply.github.com"
33
34
- name: Semantic Release
35
id: semantic
0 commit comments