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 d81cbd7 commit f303df9Copy full SHA for f303df9
.github/workflows/native.yaml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Build native image
24
run: |
25
- git config --global user.email "${GITHUB_TRIGGERING_ACTOR}@github.action" && \
26
- git config --global user.name "${GITHUB_TRIGGERING_ACTOR}" && \
+ git config --global user.email "${{env.GITHUB_TRIGGERING_ACTOR}}@github.action"
+ git config --global user.name "${{env.GITHUB_TRIGGERING_ACTOR}}"
27
./create-image.sh ${{ matrix.os }}
28
29
# - name: Commit & Push changes
0 commit comments