File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 - name : Commit changes (if any)
5050 run : |
5151 if [[ -n $(git diff) ]]; then
52- git config user.name "gitHub -actions bot"
53- git config user.email "<> "
52+ git config user.name "github -actions[ bot] "
53+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com "
5454 git add -u filters/
5555 git add -u thirdparties/
5656 git add -u dnr/
Original file line number Diff line number Diff line change 2424 - name : Commit changes, if any
2525 run : |
2626 if [[ -n $(git diff) ]]; then
27- git config user.name "github-actions bot"
28- git config user.email "<> "
27+ git config user.name "github-actions[ bot] "
28+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com "
2929 git add -u thirdparties/
3030 git commit -m "Update all 3rd-party assets"
3131 git push origin master
Original file line number Diff line number Diff line change 2727 GH_TOKEN : ${{ github.token }}
2828 run : |
2929 if [[ -n $(git diff) ]]; then
30- git config user.name "github-actions bot"
31- git config user.email "<> "
30+ git config user.name "github-actions[ bot] "
31+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com "
3232 git add -u thirdparties/
3333 git commit -m "Update Easylist assets"
3434 git pull --rebase origin master
You can’t perform that action at this time.
0 commit comments