Remove push action

This commit is contained in:
José De Freitas 2021-03-01 13:38:34 -05:00 committed by GitHub
parent 681e4ab2b2
commit a08809cd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,3 @@ jobs:
- name: Execute linter - name: Execute linter
run: | run: |
python linter/lint.py python linter/lint.py
- name: Commit to the repo
run: |
git config --global user.name "JoseDeFreitas/awesome-youtubers"
git config --global user.email "awesome-youtubers[bot]@JoseDeFreitas.github.io"
git add .
git commit -m 'Update generated files' || echo
git push