diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fba3921..f3f75c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,11 +21,3 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt - - - name: Commit and push changes - run: | - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" - git add . - git commit -m "Update" - git push