Skip to content

Commit

Permalink
main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suchsoak authored Oct 16, 2023
1 parent ba097b1 commit 7fde06d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git add .
git commit -m "Update"
git push

0 comments on commit 7fde06d

Please sign in to comment.