File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
- name : Commit and push
79
79
run : |
80
80
# Commit and push
81
- git config user.email "k8s.ci.robot@gmail .com"
82
- git config user.name "Kubernetes Prow Robot "
81
+ git config user.email "k8s[email protected] .com"
82
+ git config user.name "Kubernetes Publisher "
83
83
git checkout -b "$BRANCH"
84
84
git add .
85
85
git commit -s -m 'Automated openapi generation from ${{ github.event.inputs.kubernetesBranch }}'
Original file line number Diff line number Diff line change 29
29
cat OWNERS | grep ${{ github.actor }}
30
30
- name : Prepare
31
31
run : |
32
- git config user.email "k8s.ci.robot@gmail .com"
33
- git config user.name "Kubernetes Prow Robot "
32
+ git config user.email "k8s[email protected] .com"
33
+ git config user.name "Kubernetes Publisher "
34
34
- name : Release Prepare
35
35
run : |
36
36
git tag -a v${{ github.event.inputs.releaseVersion }} -m "version ${{ github.event.inputs.releaseVersion }}"
You can’t perform that action at this time.
0 commit comments