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