From 89340609719e6e49ca5e2add295381ba3f74ef65 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:41:15 -0400 Subject: [PATCH] Maybe I'm doing this wrong --- .github/workflows/generate_clearurlsubo.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/generate_clearurlsubo.yml b/.github/workflows/generate_clearurlsubo.yml index 5722c7288..5e7106a23 100644 --- a/.github/workflows/generate_clearurlsubo.yml +++ b/.github/workflows/generate_clearurlsubo.yml @@ -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: