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 7878 - name : Commit and push
7979 run : |
8080 # 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 "
8383 git checkout -b "$BRANCH"
8484 git add .
8585 git commit -s -m 'Automated openapi generation from ${{ github.event.inputs.kubernetesBranch }}'
Original file line number Diff line number Diff line change 2929 cat OWNERS | grep ${{ github.actor }}
3030 - name : Prepare
3131 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 "
3434 - name : Release Prepare
3535 run : |
3636 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