Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uBlock-user authored Dec 27, 2023
1 parent 2eb3345 commit 756142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Copy shell script from uBlockO/Anti-Circumvention-Filterlist
run: |
TMPDIR=$(mktemp -d)
git clone --depth=1 --single-branch --branch=main https://github.com/uBlockO/Anti-Circumvention-Filterlist.git $TMPDIR
git clone --depth=1 --single-branch --branch=master https://github.com/uBlockO/Anti-Circumvention-Filterlist.git $TMPDIR
cp -v $TMPDIR/tools/make-diffpatch.sh .
cp -v $TMPDIR/tools/update-diffpatches.sh .
- name: Copy filter lists to cdn
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Commit changes (if any)
run: |
if [[ -z $(git diff --name-only --cached) ]]; then exit 0; fi
git config user.name "GitHub-Actions"
git config user.name "GitHub Actions bot"
git config user.email "<>"
git commit -m "Update modified filter lists to ${{ env.TAGNAME }}"
git push origin cdn
Expand Down

0 comments on commit 756142b

Please sign in to comment.