We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4e783 commit d81cbd7Copy full SHA for d81cbd7
.github/workflows/native.yaml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Build native image
24
run: |
25
- git config --global user.email "[email protected]"
26
- git config --global user.name $GITHUB_TRIGGERING_ACTOR
+ git config --global user.email "${GITHUB_TRIGGERING_ACTOR}@github.action" && \
+ git config --global user.name "${GITHUB_TRIGGERING_ACTOR}" && \
27
./create-image.sh ${{ matrix.os }}
28
29
# - name: Commit & Push changes
0 commit comments