From 843ff6c23a1fd5a01fc07f3034e2f350c80752bf Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Sat, 6 Nov 2021 16:11:28 -0400 Subject: [PATCH] Create generate_clearurlsubo.yml --- .github/workflows/generate_clearurlsubo.yml | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/generate_clearurlsubo.yml diff --git a/.github/workflows/generate_clearurlsubo.yml b/.github/workflows/generate_clearurlsubo.yml new file mode 100644 index 000000000..7627b3e81 --- /dev/null +++ b/.github/workflows/generate_clearurlsubo.yml @@ -0,0 +1,27 @@ +name: Update the ClearURLs uBo list +on: + push: + branches: [ main ] + schedule: + - cron: '16 20,2 * * *' + workflow_dispatch: +jobs: + mkcombo: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.x' + - name: Build list + run: | + pip3 install requests + python scripts/compile.py + - name: Commit & Push + uses: actions-x/commit@v2 + with: + email: updatebot@github.com + name: Update bot + branch: main + message: Update the list ClearURLs uBo list