File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Update git config
42
42
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"
44
44
git config --global user.name "github-actions[bot]"
45
45
46
46
- name : Get version and new branch
Original file line number Diff line number Diff line change 30
30
31
31
- name : Update git config
32
32
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"
34
34
git config --global user.name "github-actions[bot]"
35
35
36
36
- name : Update bundle
Original file line number Diff line number Diff line change 29
29
git checkout "origin/$BRANCH"
30
30
.github/workflows/script/update-node-modules.sh update
31
31
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"
33
33
git config --global user.name "github-actions[bot]"
34
34
git add node_modules
35
35
git commit -am "Update checked-in dependencies"
Original file line number Diff line number Diff line change 35
35
36
36
- name : Update git config
37
37
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"
39
39
git config --global user.name "github-actions[bot]"
40
40
41
41
- name : Update release branch
You can’t perform that action at this time.
0 commit comments