File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 - name : Update git config
4242 run : |
43- git config --global user.email "github-actions@ github.com"
43+ git config --global user.email "41898282+ github-actions[bot]@users.noreply. github.com"
4444 git config --global user.name "github-actions[bot]"
4545
4646 - name : Get version and new branch
Original file line number Diff line number Diff line change 3030
3131 - name : Update git config
3232 run : |
33- git config --global user.email "github-actions@ github.com"
33+ git config --global user.email "41898282+ github-actions[bot]@users.noreply. github.com"
3434 git config --global user.name "github-actions[bot]"
3535
3636 - name : Update bundle
Original file line number Diff line number Diff line change 2929 git checkout "origin/$BRANCH"
3030 .github/workflows/script/update-node-modules.sh update
3131 if [ ! -z "$(git status --porcelain)" ]; then
32- git config --global user.email "github-actions@ github.com"
32+ git config --global user.email "41898282+ github-actions[bot]@users.noreply. github.com"
3333 git config --global user.name "github-actions[bot]"
3434 git add node_modules
3535 git commit -am "Update checked-in dependencies"
Original file line number Diff line number Diff line change 3535
3636 - name : Update git config
3737 run : |
38- git config --global user.email "github-actions@ github.com"
38+ git config --global user.email "41898282+ github-actions[bot]@users.noreply. github.com"
3939 git config --global user.name "github-actions[bot]"
4040
4141 - name : Update release branch
You can’t perform that action at this time.
0 commit comments