File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,14 @@ jobs:
2929 sed -i '/const blockedHostnames/,/document.body.appendChild(script);/d' static/assets/js/m1.js
3030
3131 - name : Commit changes
32- env :
33- GIT_USERNAME : ${{ secrets.GIT_USERNAME }}
34- GIT_EMAIL : ${{ secrets.GIT_EMAIL }}
3532 run : |
36- git config --global user.name "${GIT_USERNAME} "
37- git config --global user.email "${GIT_EMAIL} "
33+ git config --global user.name "github-actions[bot] "
34+ git config --global user.email "github-actions[bot]@users.noreply.github.com "
3835 if git diff --quiet; then
3936 echo "No changes detected"
4037 else
41- git add static/assets/js/m1 .js
42- git commit -m "Remove ad injection block from m1 .js"
38+ git add static/assets/js/m .js
39+ git commit -m "Remove ad injection block from m .js"
4340 fi
4441
4542 - name : Push changes
You can’t perform that action at this time.
0 commit comments