Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-capsule authored Dec 16, 2023
1 parent 54debf0 commit 456e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: commit files
run: |
rm __pycache__
rm -rf __pycache__
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A
Expand Down

0 comments on commit 456e081

Please sign in to comment.