Maybe I'm doing this wrong

This commit is contained in:
iam-py-test
2021-11-06 16:41:15 -04:00
committed by GitHub
parent 5a2386e847
commit 8934060971
+1 -8
View File
@@ -6,7 +6,7 @@ on:
- cron: '16 20,2 * * *'
workflow_dispatch:
jobs:
mkcombo:
mklist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -18,13 +18,6 @@ jobs:
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: bot
message: Update the list ClearURLs uBo list
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: