File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : deploy python to gh-pages
48
48
run : |
49
- git config --global user.email "scccomm@in. ibm.com"
50
- git config --global user.name "sccdeveloper "
49
+ git config --global user.email "scc.results@ ibm.com"
50
+ git config --global user.name "sccibm "
51
51
git config --global user.password "${{ secrets.ADMIN_TOKEN }}"
52
52
cd v4/dist
53
53
git init
58
58
git push -f origin gh-pages
59
59
env :
60
60
GITHUB_TOKEN : ${{ secrets.ADMIN_TOKEN }}
61
- GIT_AUTHOR_NAME : sccdeveloper
62
- GIT_AUTHOR_EMAIL : scccomm@in. ibm.com
63
- GIT_COMMITTER_NAME : sccdeveloper
64
- GIT_COMMITTER_EMAIL : scccomm@in. ibm.com
61
+ GIT_AUTHOR_NAME : sccibm
62
+ GIT_AUTHOR_EMAIL : scc.results@ ibm.com
63
+ GIT_COMMITTER_NAME : sccibm
64
+ GIT_COMMITTER_EMAIL : scc.results@ ibm.com
You can’t perform that action at this time.
0 commit comments