Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Commit changes (if any)
run: |
if [[ -n $(git diff) ]]; then
git config user.name "gitHub-actions bot"
git config user.email "<>"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -u filters/
git add -u thirdparties/
git add -u dnr/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-3rd-party-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Commit changes, if any
run: |
if [[ -n $(git diff) ]]; then
git config user.name "github-actions bot"
git config user.email "<>"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -u thirdparties/
git commit -m "Update all 3rd-party assets"
git push origin master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-easylist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
if [[ -n $(git diff) ]]; then
git config user.name "github-actions bot"
git config user.email "<>"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -u thirdparties/
git commit -m "Update Easylist assets"
git pull --rebase origin master
Expand Down