Skip to content

Commit f303df9

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

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

0 commit comments

Comments
 (0)