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