Skip to content

Commit f4c6ccb

Browse files
committed
fix: configure git
1 parent f303df9 commit f4c6ccb

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 "${{env.GITHUB_TRIGGERING_ACTOR}}@github.action"
26-
git config --global user.name "${{env.GITHUB_TRIGGERING_ACTOR}}"
25+
git config --global user.email "[email protected]"
26+
git config --global user.name "Pipeline"
2727
./create-image.sh ${{ matrix.os }}
2828
2929
# - name: Commit & Push changes

0 commit comments

Comments
 (0)