Skip to content

Commit d81cbd7

Browse files
committed
fix: configure git
1 parent 8e4e783 commit d81cbd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native.yaml

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

2323
- name: Build native image
2424
run: |
25-
git config --global user.email "[email protected]"
26-
git config --global user.name $GITHUB_TRIGGERING_ACTOR
25+
git config --global user.email "${GITHUB_TRIGGERING_ACTOR}@github.action" && \
26+
git config --global user.name "${GITHUB_TRIGGERING_ACTOR}" && \
2727
./create-image.sh ${{ matrix.os }}
2828
2929
# - name: Commit & Push changes

0 commit comments

Comments
 (0)